aymr 0.0.1

Plug and play various KV databases and access them over the network.
Documentation
[dependencies.sled]
optional = true
version = "0.34.7"

[dependencies.zerocopy]
version = "0.7.32"

[features]
btreemap = []
default = ["hashmap"]
hashmap = []
sled_pre = ["sled"]

[package]
authors = ["makemake <vukasin@gostovic.me>, Rainshower Labs, contributors"]
categories = ["database"]
description = "Plug and play various KV databases and access them over the network."
edition = "2021"
homepage = "https://github.com/rainshowerLabs/aymr"
keywords = ["databases", "db", "lib", "database"]
license = "GPL-2.0-or-later"
name = "aymr"
readme = "README.md"
repository = "https://github.com/rainshowerLabs/aymr"
version = "0.0.1"