Docs.rs
lmdb-rkv-0.12.1
lmdb-rkv 0.12.1
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
emilio
mykmelez
victorporof
Dependencies
bitflags ^1.1.0
normal
byteorder ^1.3.2
normal
libc ^0.2.62
normal
lmdb-rkv-sys ^0.9.1
normal
rand ^0.4.6
dev
tempdir ^0.3.7
dev
Versions
Go to latest version
Platform
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Type Definition Result
lmdb
[
−
]
[src]
Type Definition
lmdb
::
Result
type Result<T> =
Result
<T,
Error
>;
An LMDB result.