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
Philippe Antoine 0f3932afb7 rust: fix clippy warning manual_contains
warning: using `contains()` instead of `iter().any()` is more efficient
   --> src/http2/http2.rs:267:20
    |
267 |                 if block.value.iter().any(|&x| x == b'@') {
    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `block.value.contains(&b'@')`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_contains
    = note: `#[warn(clippy::manual_contains)]` on by default
4 months ago
..
.cargo rust: rename .cargo/config to .cargo/config.toml 1 year ago
derive app-layer: use uint8_t consistent for event IDs 9 months ago
htp http: Use libhtp-rs. 4 months ago
src rust: fix clippy warning manual_contains 4 months ago
suricatactl rust: pin once_cell to work with Rust 1.67.1 5 months ago
suricatasc rust: pin once_cell to work with Rust 1.67.1 5 months ago
sys rust/conf: use generated bindings to SCConf API 4 months ago
.gitignore rust: rename .cargo/config to .cargo/config.toml 1 year ago
Cargo.lock.in http: Use libhtp-rs. 4 months ago
Cargo.toml.in http: Use libhtp-rs. 4 months ago
Makefile.am http: Use libhtp-rs. 4 months ago
cbindgen.toml jsonbuilder: prefix C API with SC 4 months ago
rustfmt.toml