mirror of https://github.com/OISF/suricata
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.
Rust 1.70 appears to now link code on both branches of `if cfg!(test)` now causing Rust unit tests to fail as that pattern was used to disable functions only available when linked with the Suricata C code. To work-around this issue, provide two versions of the `new` function, one for unit tests and one when running as an application. |
2 years ago | |
---|---|---|
.. | ||
.cargo | ||
derive | 2 years ago | |
src | 2 years ago | |
.gitignore | 2 years ago | |
Cargo.lock.in | 2 years ago | |
Cargo.toml.in | 2 years ago | |
Makefile.am | 2 years ago | |
cbindgen.toml | 2 years ago | |
rustfmt.toml |