17 unstable releases (5 breaking)
| 0.6.1 | Oct 31, 2025 |
|---|---|
| 0.6.0 | May 28, 2025 |
| 0.5.0 | May 6, 2025 |
| 0.4.0 | Feb 21, 2024 |
| 0.1.2 | Mar 27, 2020 |
#1256 in Cryptography
8,242 downloads per month
Used in 4 crates
(2 directly)
13KB
84 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
cryptsetupon Fedora) - cryptsetup development headers (provided by
cryptsetup-develon Fedora) - libclang (provided by
clangon 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
~42K SLoC