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/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
1 month ago
..
.cargo examples/plugins/rust: add a rust example plugin 3 months ago
src rust/ffi: add safe thread storage wrapper 1 month ago
.gitignore examples/plugins/rust: add a rust example plugin 3 months ago
Cargo.toml examples/plugins/rust: add a rust example plugin 3 months ago
README.md examples/plugins/rust: add a rust example plugin 3 months ago

README.md

rust example plugin

This is a pure Rust Suricata plugin example.

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