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 3de98b3595 rust/log: set the log level with a pure Rust function
Make sure the log level is setup with a pure Rust function, so
when it is set, its set within the address space of the caller.

This is important for Rust plugins where the Rust modules are not
in the address space of the Suricata main process.
5 years ago
..
.cargo rust: fix vendor use on MinGW 6 years ago
src rust/log: set the log level with a pure Rust function 5 years ago
.gitignore
Cargo.toml.in rust/Cargo: build as rlib for plugin linkage 5 years ago
Makefile.am rust: only run cbindgen if needed 5 years ago
cbindgen.toml rdp/eve: convert to jsonbuilder 5 years ago
rustfmt.toml style: compressed function headers for rustfmt 5 years ago