15 releases

new 0.5.0 May 6, 2025
0.4.0 Feb 21, 2024
0.3.0 Oct 5, 2023
0.2.4 May 4, 2023
0.1.2 Mar 27, 2020

#1136 in Cryptography

Download history 1496/week @ 2025-01-15 1711/week @ 2025-01-22 2123/week @ 2025-01-29 2820/week @ 2025-02-05 2893/week @ 2025-02-12 1531/week @ 2025-02-19 1700/week @ 2025-02-26 1961/week @ 2025-03-05 1136/week @ 2025-03-12 1090/week @ 2025-03-19 901/week @ 2025-03-26 908/week @ 2025-04-02 1433/week @ 2025-04-09 1108/week @ 2025-04-16 1571/week @ 2025-04-23 1664/week @ 2025-04-30

5,905 downloads per month
Used in 4 crates (2 directly)

MPL-2.0 license

12KB
85 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:

  1. cryptsetup (provided by cryptsetup on Fedora)
  2. cryptsetup development headers (provided by cryptsetup-devel on Fedora)
  3. 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.6MB
~43K SLoC