entity-sled 0.3.1

Sled database support for entity crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "entity-sled"
description = "Sled database support for entity crate."
version = "0.3.1"
authors = ["Chip Senkbeil <chip@senkbeil.org>"]
edition = "2018"
homepage = "https://github.com/chipsenkbeil/entity-rs"
repository = "https://github.com/chipsenkbeil/entity-rs"
readme = "README.md"
license = "MIT OR Apache-2.0"

[dependencies]
entity = { version = "=0.3.1", path = "../..", features = ["serde-1"] }

bincode = "1.3.1"
sled = "0.34.6"