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 53413f2d7a rust: remove all usage of transmute
All cases of our transmute can be replaced with more idiomatic
solutions and do no require the power of transmute.

When returning an object to C for life-time management, use
Box::into_raw to convert the boxed object to pointer and use
Box::from_raw to convert back.

For cases where we're just returning a pointer to Rust managed
data, use a cast.
4 years ago
..
.cargo rust: fix vendor use on MinGW 6 years ago
src rust: remove all usage of transmute 4 years ago
.gitignore
Cargo.toml.in modbus: fix quantity and count calculation 4 years ago
Makefile.am install: makefile target to install libraries 5 years ago
cbindgen.toml modbus: move from C to rust 4 years ago
rustfmt.toml style: compressed function headers for rustfmt 5 years ago