mhdb 1.0.3

Pure rust embeddable key-value store database.
Documentation
[dependencies.bincode]
optional = true
version = "1.2.1"

[dependencies.serde]
optional = true
version = "1.0.111"

[features]
default = ["std"]
std = ["serde", "bincode"]

[lib]
name = "mhdb"

[package]
authors = ["mhmorgan <mhmorgan42@gmail.com>"]
categories = ["database-implementations"]
description = "Pure rust embeddable key-value store database."
documentation = "https://docs.rs/mhdb/"
edition = "2018"
homepage = "https://crates.io/crates/mhdb"
keywords = ["database", "embedded", "simple"]
license = "Apache-2.0"
name = "mhdb"
readme = "README.md"
repository = "https://github.com/mhmorgan/mhdb"
version = "1.0.3"