Docs.rs
kv-core-0.1.0
kv-core 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
entropy-tamer
Dependencies
aes-gcm ^0.10.3
normal
anyhow ^1.0.100
normal
async-trait ^0.1.89
normal
base64 ^0.22.1
normal
bincode ^2.0.1
normal
bytes ^1.10.1
normal
chrono ^0.4.42
normal
config ^0.15.18
normal
dashmap ^6.1.0
normal
dotenvy ^0.15.7
normal
getrandom ^0.3.4
normal
hex ^0.4.3
normal
hkdf ^0.12.4
normal
rand ^0.9.2
normal
serde ^1.0.228
normal
serde_json ^1.0.145
normal
sha2 ^0.10.9
normal
sled ^0.34.7
normal
thiserror ^2.0.17
normal
tokio ^1.48.0
normal
tracing ^0.1.41
normal
uuid ^1.18.1
normal
criterion ^0.7.0
dev
redis ^0.32.7
dev
tempfile ^3.23.0
dev
tokio-test ^0.4.4
dev
Versions
54.13%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Module engine
kv_core
0.1.0
Module engine
Module Items
Structs
In crate kv_
core
kv_core
Module
engine
Copy item path
Source
Expand description
Main KV engine implementation
Orchestrates storage, encryption, TTL management, and data structures.
Structs
ยง
KVEngine
Main KV engine