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 | 6 years ago | |
| derive | 3 years ago | |
| src | 2 years ago | |
| .gitignore | 3 years ago | |
| Cargo.lock.in | 3 years ago | |
| Cargo.toml.in | 3 years ago | |
| Makefile.am | 3 years ago | |
| cbindgen.toml | 3 years ago | |
| rustfmt.toml | 6 years ago | |