devicemapper-sys 0.1.2

Low level bindings for devicemapper
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "devicemapper-sys"
version = "0.1.2"
authors = ["Stratis Developers <stratis-devel@lists.fedorahosted.org>"]
edition = "2018"
description = "Low level bindings for devicemapper"
license = "MPL-2.0"
documentation = "https://docs.rs/devicemapper-rs-sys"
homepage = "https://stratis-storage.github.io/"
repository = "https://github.com/stratis-storage/devicemapper-rs"

[dependencies]
nix = "0.22.0"

[build-dependencies.bindgen]
default_features = false
features = ["runtime"]
version = "0.59.0"