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 c862e84c01 rust/frames: cleanups
- Implement the Display trait on Direction to print "toserver" or
  "toclient" which used in a format string.

- Use Direction struct inside Frame instead of a u32.  Requires a helper
  method as there are two representation in C for direction, and the C
  methods for frames don't use the internal representation of the
  Direction enum (some sweeping changes could help here)
3 years ago
..
.cargo rust: fix vendor use on MinGW 6 years ago
derive rust/derive: pin proc-macro-crate to v1.1.0. 4 years ago
src rust/frames: cleanups 3 years ago
.gitignore rust: derive crate: for custom derives 4 years ago
Cargo.toml.in quic: complete parsing of initial for non gquic 3 years ago
Makefile.am rust: cbindgen first verifies existing bindings 3 years ago
cbindgen.toml detect: use generic integer functions for iprep 3 years ago
rustfmt.toml style: compressed function headers for rustfmt 6 years ago