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/derive
Jason Ish ba310440a6 rust/derive: make usable from a plugin or lib user
The macro was generating code that references names use the "crate"
prefix which will fail if the macro is used by a library user or plugin.
Dynamically check where we are running an use the correct import paths
as needed.
4 years ago
..
src rust/derive: make usable from a plugin or lib user 4 years ago
.gitignore rust: derive crate: for custom derives 4 years ago
Cargo.toml.in rust: derive crate: for custom derives 4 years ago