bitmagic-sys

Crates.iobitmagic-sys
lib.rsbitmagic-sys
version0.2.4+bitmagic.7.7.7
sourcesrc
created_at2021-03-19 21:13:58.368021
updated_at2021-11-22 04:23:16.547605
descriptionLow-level bindings for the bitmagic.
homepage
repositoryhttps://github.com/luizirber/bitmagic-rs
max_upload_size
id371099
size4,929,385
Luiz Irber (luizirber)

documentation

README

bitmagic-sys

Raw (unsafe, low-level) bindings for BitMagic. Exposes the BitMagic C API as generated by bindgen.

The bindings generation is inspired by how zstd-rs handles bindgen calls. There is a copy of the bindgen-generated files in src/bindings.rs and by default it is used when the crate is build. If the optional feature bindgen is active, then it will run bindgen during the build process and regenerate the bindings dynamically. This is useful in places where installing the bindgen dependencies (like libclang) is difficult.

Commit count: 32

cargo fmt