in3-sys
Low-level unsafe Rust bindings for the IN3 C library.
NOTE: We recommend against using this crate directly. Instead, consider using in3-rs, which provides a more high-level 'Rusty' interface.
Requirements
- Rust version >= 1.42.0
- A toolchain capable of compiling IN3 C sources
- CMake version >= 3.5.1, because we build the bundled IN3 C library with the
cmakecrate - bindgen and therefore clang dev libraries