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 10ede91536 rust: add bindings to SCPlugin.* to sys crate
Also disable bindgen's generated layout tests.  They are valid for the
platform generating the tests, but may not be valid for other
platforms. For example, if the tests are generated on a 64 bit
platform the tests will not be valid when run on a 32 bit platform as
pointers are a different size.

However, the generating bindings are valid for both platform.

Ticket: #7341
9 months ago
..
.cargo rust: rename .cargo/config to .cargo/config.toml 2 years ago
derive app-layer: use uint8_t consistent for event IDs 1 year ago
src rust: use AppProto from generated bindings instead of duplicating 9 months ago
sys rust: add bindings to SCPlugin.* to sys crate 9 months ago
.gitignore rust: rename .cargo/config to .cargo/config.toml 2 years ago
Cargo.lock.in rust/sys: stub in suricata-sys crate for Rust bindings to C 9 months ago
Cargo.toml.in rust/sys: stub in suricata-sys crate for Rust bindings to C 9 months ago
Makefile.am rust: add bindings to SCPlugin.* to sys crate 9 months ago
cbindgen.toml datasets: move initial file reading to rust 9 months ago
rustfmt.toml rustfmt: replace deprecated fn_args_layout with fn_params_layout 2 years ago