mmtkvdb 0.0.1

Memory-mapped key-value database using LMDB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# mmtkvdb

`mmtkvdb` is a crate for Rust which provides a memory-mapped key-value database.
It uses LMDB and links with an existing `liblmdb` on the system.

## API Documentation

For documentation on how to use this crate, refer to the example in
`src/lib.rs`.

## License

See contained `LICENSE` file (MIT License).

## Changelog

* Version 0.0.1
  * First release