Expand description
The mimerrust-sys
crate handles low-level wrapping of the C library into Rust-compatible concepts.
It is not intended for direct use, but rather as an intermediary wrapping step. Instead use the mimerrust crate.
To reduce build time and avoid requiring LLVM and Clang on Windows, a pre-generated binding is used by default. To generate and use a new binding, pass the --features run_bindgen
flag when building.