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 b9127e8b96 automake/rust: remove path.lib
Remove the path.lib parameter that is substituted into the output
Cargo.toml by autoconf. Instead, as part of the build, "cd" into the
source directory. We already set the Rust target directory to the
external build directory.

This makes the Cargo.toml more generic, and in a format suitable for
publishing to crates.io. It also makes it easier to pull in external
crates without needing to patch up their Cargo.toml, for example, it
might make pulling libhtp-rs easier.
1 year ago
..
.cargo
derive automake/rust: remove path.lib 1 year ago
src jsonbuilder: fix serialization of nan and inf 1 year ago
.gitignore
Cargo.lock.in rust: update parser dependencies 1 year ago
Cargo.toml.in automake/rust: remove path.lib 1 year ago
Makefile.am automake/rust: remove path.lib 1 year ago
cbindgen.toml
rustfmt.toml rustfmt: replace deprecated fn_args_layout with fn_params_layout 2 years ago