libnv 0.1.2

Safe and rustic wrapper around libnv-sys.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "libnv"
version = "0.1.2"
authors = ["Andrey Cherkashin <with.out@me.com>"]
categories = ["api-bindings", "data-structures", "os", "freebsd"]
license = "BSD-2-Clause"
description = "Safe and rustic wrapper around libnv-sys."
repository = "https://github.com/Inner-Heaven/libnv-rs"

[dependencies]
libc = "0.2"
libnv-sys = "0.1"
quick-error = "1.2"