libcryptsetup-rs 0.1.0

High level Rust bindings for libcryptsetup
docs.rs failed to build libcryptsetup-rs-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: libcryptsetup-rs-0.9.3

libcryptsetup-rs

This crate provides Rust bindings for libcryptsetup.

Sanity testing bindings

There is one test that actually invokes libcryptsetup and can be used for basic sanity testing of the bindings as it will only succeed if low level bindings are correctly generated, the high level bindings build, and libcryptsetup successfully encrypts a loopback device.

This can be invoked as follows:

sudo cargo test -- --test-threads=1 --ignored