suricata/examples/plugins/rust
Jason Ish 3dc8b154f3 rust/ffi: add safe thread storage wrapper
Add a typed ThreadStorage<T> wrapper around the thread storage bindings.

Ticket: #8445
2026-06-01 15:56:57 +00:00
..
.cargo examples/plugins/rust: add a rust example plugin 2026-04-16 05:58:15 +00:00
src rust/ffi: add safe thread storage wrapper 2026-06-01 15:56:57 +00:00
.gitignore examples/plugins/rust: add a rust example plugin 2026-04-16 05:58:15 +00:00
Cargo.toml examples/plugins/rust: add a rust example plugin 2026-04-16 05:58:15 +00:00
README.md examples/plugins/rust: add a rust example plugin 2026-04-16 05:58:15 +00:00

rust example plugin

This is a pure Rust Suricata plugin example.

It is intended to grow into an omnibus Rust plugin example over time.