rust-magic
rust-magic copied to clipboard
Replace `libc` with `core::ffi` in Rust 1.64.0
Currently the libc crate is used for some FFI types. Since Rust version 1.64.0 those types are available in core::ffi without an additional crate.
This would bump the MSRV to 1.64.0
See robo9k/rust-magic-sys#31 for the same change.