sled-tables 0.2.2

Structurized, strongly typed tables for sled to store associated sets of data (Vec/HashSet)
Documentation
[dependencies.arrayref]
version = "0.3.6"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_cbor]
version = "0.11.1"

[dependencies.serde_derive]
version = "1.0.106"

[dependencies.sled]
version = "0.34.7"

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.tempfile]
version = "3.1"

[package]
authors = ["Ivan Temchenko <35359595i@gmail.com>"]
description = "Structurized, strongly typed tables for sled to store associated sets of data (Vec/HashSet)"
documentation = "https://docs.rs/sled-tables"
edition = "2018"
keywords = ["sled", "db", "database"]
license = "Apache-2.0"
name = "sled-tables"
readme = "README.md"
repository = "https://github.com/35359595/sled-tables"
version = "0.2.2"