cryptsetup 0.2.0

Full bindings to libcryptsetup.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]
bitflags = "0.7"
libc = "0.2"
nix = "0.6"

[dev-dependencies]
tempdir = "0.3"

[package]
authors = ["Pierre-Étienne Meunier <pe@coturnix.fr>"]
description = "Full bindings to libcryptsetup."
documentation = "http://www.coturnix.fr/cryptsetup/doc/cryptsetup"
include = ["Cargo.toml", "src/lib.rs"]
license = "Apache-2.0"
name = "cryptsetup"
repository = "http://www.coturnix.fr/cryptsetup/"
version = "0.2.0"