lmdb-rkv 0.11.0

Idiomatic and safe LMDB wrapper.
Documentation
[badges.appveyor]
repository = "mozilla/lmdb-rs"

[badges.travis-ci]
repository = "mozilla/lmdb-rs"
[dependencies.bitflags]
version = "1"

[dependencies.libc]
version = "0.2"

[dependencies.lmdb-sys]
version = "0.8.0"
[dev-dependencies.byteorder]
version = "1.0"

[dev-dependencies.rand]
version = "0.4"

[dev-dependencies.tempdir]
version = "0.3"

[lib]
name = "lmdb"

[package]
authors = ["Dan Burkert <dan@danburkert.com>"]
categories = ["database"]
description = "Idiomatic and safe LMDB wrapper."
documentation = "https://docs.rs/lmdb-rkv"
keywords = ["LMDB", "database", "storage-engine", "bindings", "library"]
license = "Apache-2.0"
name = "lmdb-rkv"
readme = "README.md"
repository = "https://github.com/mozilla/lmdb-rs.git"
version = "0.11.0"