Docs.rs
entity-sled-0.3.2
entity-sled 0.3.2
Permalink
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
chipsenkbeil
Dependencies
bincode ^1.3.1
normal
entity =0.3.2
normal
sled ^0.34.6
normal
Versions
83.33%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
entity_
sled
0.3.2
All Items
Crate Items
Structs
Crate
entity_sled
Copy item path
Source
Structs
ยง
Sled
Database
Represents a sled database that performs synchronous insertion, retrieval, and removal. Sled maintains disk-backed data, so the
serde
feature has no purpose with this database.