mhdb 1.0.2

Pure rust embeddable key-value store database.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
![MHdb](./mhdb.png)

[![Travis CI build status](https://img.shields.io/travis/com/MHmorgan/mhdb/master?style=flat-square)](https://travis-ci.com/MHmorgan/mhdb)
[![Crates.io latest version](https://img.shields.io/crates/v/mhdb?style=flat-square)](https://crates.io/crates/mhdb)
![Crates.io downloads](https://img.shields.io/crates/d/mhdb?style=flat-square)
![GitHub license](https://img.shields.io/github/license/MHmorgan/mhdb?style=flat-square)

MHdb is a pure Rust database implementation, based on [dbm](https://en.wikipedia.org/wiki/DBM_(computing)).

See [crate documentation](https://docs.rs/mhdb/).

## Changelog

### v1.0

* Initial release