You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/rust
Jason Ish 27d1ee98ce rust: derive crate: for custom derives
Currently has one derive, AppLayerEvent to be used like:

  #[derive(AppLayerEvent)]
  pub enum DNSEvent {
      MalformedData,
      NotRequest,
      NotResponse,
      ZFlagSet,
  }

Code will be generated to:
- Convert enum to a c type string
- Convert string to enum variant
- Convert id to enum variant
4 years ago
..
.cargo rust: fix vendor use on MinGW 6 years ago
derive rust: derive crate: for custom derives 4 years ago
src rust/applayer: define AppLayerEvent trait 4 years ago
.gitignore rust: derive crate: for custom derives 4 years ago
Cargo.toml.in rust: derive crate: for custom derives 4 years ago
Makefile.am rust: derive crate: for custom derives 4 years ago
cbindgen.toml modbus: move from C to rust 4 years ago
rustfmt.toml style: compressed function headers for rustfmt 5 years ago