suricata/rust
Jason Ish 546209ff12 bindgen: fix include ordering
At some point, bindgen include ordering changed such that
AppLayerGetFileState was being bindgen'd as opaque, as the definition of
StreamBufferingConfig was not available when bindgen hit
AppLayerGetFileState, and bindgen processes in order.

Move the util includes before the app-layer includes to fix the ordering
problem, but still keep util includes grouped.

The sys diff is large as many things have been re-ordered.
2026-06-05 12:38:58 +00:00
..
.cargo rust: rename .cargo/config to .cargo/config.toml 2024-05-16 19:58:37 +02:00
derive rust/ffi: move AppLayerEvent to ffi 2026-05-06 18:58:47 +00:00
ffi rust/ffi: add safe thread storage wrapper 2026-06-01 15:56:57 +00:00
htp rust/htp: formatting fixup 2026-01-13 13:04:35 +01:00
src rust: replace helper with built-in 2026-06-05 12:38:57 +00:00
suricatactl rust: limit clap verson to 4.5.57 2026-03-17 06:04:06 +00:00
suricatasc rust: pin unicode-segmentation crate to 1.12.0 2026-03-25 06:43:15 +00:00
sys bindgen: fix include ordering 2026-06-05 12:38:58 +00:00
.gitignore rust: rename .cargo/config to .cargo/config.toml 2024-05-16 19:58:37 +02:00
Cargo.lock.in psl: update to 2.1.206 2026-05-06 18:58:48 +00:00
Cargo.toml.in rust: feature debug in main crate enables feature debug in ffi 2026-05-20 17:57:52 +00:00
cbindgen.toml http2: split progress per direction 2026-06-02 21:16:54 +00:00
Makefile.am rust: build depends on ffi/Cargo.toml.in 2026-05-20 17:57:52 +00:00
rustfmt.toml rustfmt: replace deprecated fn_args_layout with fn_params_layout 2023-12-13 19:17:17 +01:00