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 f3c59ef8a6 rust: handle windows naming change from .lib to .a
Prior to Rust 1.44, Cargo would name static libs with the .lib
extension. 1.44 changes this extension to .a when running under
a GNU environment on Windows like msys to make it more similar
to other unix environments.

Now assume static library name to be the same on Windows and
unix, but rename the .lib if found to still support older
versions of Rust on Windows.
6 years ago
..
.cargo rust: fix vendor use on MinGW 7 years ago
src dcerpc/udp: fix transaction handling and logging 6 years ago
.gitignore rust: build fixes and nom update 9 years ago
Cargo.toml.in rust: function macro now returns the function name 6 years ago
Makefile.am rust: handle windows naming change from .lib to .a 6 years ago
cbindgen.toml rdp/eve: convert to jsonbuilder 6 years ago
rustfmt.toml style: compressed function headers for rustfmt 6 years ago