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 3ada5e1480 rust/ffi: provide AppLayerRegisterParser in context
AppLayerRegisterParser was creating a link error when attempting
to use a convenience library for the Suricata C code, then linking
the library of C code with the library of Rust code into a final
Suricata executable, or use with fuzz targets.

By moving AppLayerRegisterParser to the context structure and
calling it like a callback the circular reference is removed
allowing the convenience libraries to work again.

This is also a stepping block to proving a Suricata library
as a single .a or .so file.
5 years ago
..
.cargo rust: fix vendor use on MinGW 6 years ago
src rust/ffi: provide AppLayerRegisterParser in context 5 years ago
.gitignore
Cargo.toml.in rust: update dependencies 5 years ago
Makefile.am rust: handle windows naming change from .lib to .a 5 years ago
cbindgen.toml rust: include file cleanup 5 years ago
rustfmt.toml style: compressed function headers for rustfmt 5 years ago