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 45384ef969 rust/applayer: use c_int as return type for get_info_by_id
Rust was using i8 as the return type, while C uses int. As of Rust
1.82, the return value is turned to garbage over the FFI boundary.

Ticket: #7338
10 months ago
..
.cargo rust: rename .cargo/config to .cargo/config.toml 1 year ago
derive rust/applayer: use c_int as return type for get_info_by_id 10 months ago
src rust/applayer: use c_int as return type for get_info_by_id 10 months ago
.gitignore rust: rename .cargo/config to .cargo/config.toml 1 year ago
Cargo.lock.in rust: update dependencies 11 months ago
Cargo.toml.in rust: unpin serde 11 months ago
Makefile.am rust/Makefile: cleanup "clean" targets 1 year ago
cbindgen.toml detect: helper to have pure rust keywords 1 year ago
rustfmt.toml rustfmt: replace deprecated fn_args_layout with fn_params_layout 2 years ago