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 f60e1b30f6 rust: fix clippy lint for partialeq_to_none
Use .is_some() and .is_none() instead of comparing against None.
Comparing against None requires a value to impl PartialEq, is_none() and
is_some() do not and are more idiomatic.
3 years ago
..
.cargo
derive rust/derive: pin proc-macro-crate to v1.1.0. 4 years ago
src rust: fix clippy lint for partialeq_to_none 3 years ago
.gitignore rust: derive crate: for custom derives 4 years ago
Cargo.toml.in rust: lock to time 0.3.13 to avoid MSRV bump to 1.59 3 years ago
Makefile.am rust: cbindgen first verifies existing bindings 4 years ago
cbindgen.toml app-layer: introduce common AppLayerStateData API 3 years ago
rustfmt.toml