Docs.rs
graus-db-0.1.0
graus-db 0.1.0
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
RPallas92
Dependencies
crossbeam-skiplist ^0.1
normal
log ^0.4.6
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^1.0
normal
criterion ^0.3
dev
rand ^0.6.5
dev
tempfile ^3.0.7
dev
walkdir ^2.2.7
dev
Versions
100%
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
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
graus_
db
0.1.0
All Items
Crate Items
Structs
Enums
Type Aliases
Crate
graus_db
Copy item path
Source
Expand description
A performant thread safe key/value store.
Structs
§
GrausDb
The
GrausDb
stores string key/value pairs.
Enums
§
Graus
Error
Error type for GrausDb.
Type Aliases
§
Result
Result type for GrausDb.