13 unstable releases (3 breaking)
0.4.0 | Feb 21, 2024 |
---|---|
0.3.0 | Oct 5, 2023 |
0.2.4 | May 4, 2023 |
0.2.3 | Feb 7, 2023 |
0.1.2 | Mar 27, 2020 |
#1023 in Cryptography
5,346 downloads per month
Used in 4 crates
(2 directly)
10KB
82 lines
libcryptsetup-rs-sys
This crate provides low-level Rust bindings generated by bindgen for libcryptsetup.
Building
The libcryptsetup bindings require some dependencies outside of cargo to build properly:
- cryptsetup (provided by
cryptsetup
on Fedora) - cryptsetup development headers (provided by
cryptsetup-devel
on Fedora) - libclang (provided by
clang
on Fedora)
Testing
Tests are automatically generated by bindgen. To check that bindings have been generated correctly, run:
cargo test
No runtime deps
~0–2.1MB
~41K SLoC