We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libc
core::ffi
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#61 for the same change.
The text was updated successfully, but these errors were encountered:
bindgen uses usize for size_t by default and with --no-size_t-is-usize something like ::std::os::raw::c_ulong.
bindgen
usize
size_t
--no-size_t-is-usize
::std::os::raw::c_ulong
Sorry, something went wrong.
libmagic
No branches or pull requests
Currently the
libc
crate is used for some FFI types. Since Rust version 1.64.0 those types are available incore::ffi
without an additional crate.This would bump the MSRV to 1.64.0
See robo9k/rust-magic#61 for the same change.
The text was updated successfully, but these errors were encountered: