obkv 0.3.0

Optimized-bytes key and a value store
Documentation
[dev-dependencies.quickcheck]
version = "0.9.2"

[lib]
name = "obkv"
path = "src/lib.rs"

[package]
authors = ["Kerollmops <clement@meilisearch.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["encoding", "database-implementations"]
description = "Optimized-bytes key and a value store"
documentation = "https://docs.rs/obkv"
edition = "2018"
keywords = ["lightweight", "key-value-store", "minimalist"]
license = "MIT"
name = "obkv"
readme = "README.md"
repository = "https://github.com/Kerollmops/obkv"
version = "0.3.0"