Closed robo9k closed 3 years ago
Use *mut Rust pointers for C pointers without const *, this is also what bindgen would generate.
*mut
const *
bindgen
Remove Magic struct in favor of libmagic structs magic_set and magic_t. This is a semver breaking change.
Magic
libmagic
magic_set
magic_t
Use
*mut
Rust pointers for C pointers withoutconst *
, this is also whatbindgen
would generate.Remove
Magic
struct in favor oflibmagic
structsmagic_set
andmagic_t
. This is a semver breaking change.