Docs.rs
bonerjams-db-0.0.2
bonerjams-db 0.0.2
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
crates.io
Source
Owners
bonedaddy
Dependencies
anyhow ^1
normal
async-stream ^0.3
normal
base64 ^0.13
normal
bonerjams-config ^0.0.2
normal
chrono ^0.4
normal
futures ^0.3
normal
http ^0.2
normal
hyper ^0.14
normal
hyper-openssl ^0.9.2
normal
log ^0.4
normal
openssl ^0.10
normal
rcgen ^0.10.0
normal
serde ^1
normal
serde_json ^1
normal
sled ^0.34.7
normal
tokio ^1
normal
tokio-openssl ^0.6
normal
tokio-stream ^0.1
normal
tonic ^0.8
normal
tonic-health ^0.7.1
normal
tonic-rpc ^0.2
normal
tower ^0.4
normal
tower-http ^0.3
normal
Versions
59.62%
of the crate is documented
Platform
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
Crate bonerjams_db
bonerjams_
db
0.0.2
All Items
Crate Items
Modules
Structs
Crate
bonerjams_
db
Copy item path
Source
Expand description
an embedded database using the sled framework
Modules
§
rpc
exposes access to the sled database via gRPC
types
Structs
§
Database
Database is the main embedded database object using the sled db
DbBatch
DbBatch is a wrapper around the sled::Batch type providing convenience functions
DbTree
DbTree is a wrapper around the sled::Tree type providing convenience functions