Docs.rs
persistent-queue-0.1.5
persistent-queue 0.1.5
Permalink
Docs.rs crate page
Apache-2.0
04 September 2026
Links
Repository
crates.io
Source
Owners
rolandjitsu
Dependencies
bincode ^1
normal
optional
redb ^2
normal
optional
rkyv ^0.8
normal
optional
rocksdb ^0.22
normal
optional
serde ^1
normal
optional
sled ^0.34
normal
optional
tokio ^1
normal
optional
serde ^1
dev
tempfile ^3
dev
loom ^0.7
normal
criterion ^0.5
dev
rkyv ^0.8
dev
tokio ^1
dev
Versions
100%
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
Skip to main content
KeyValue
persistent_
queue
0.1.5
persistent_queue
Type Alias
KeyValue
Copy item path
Source
pub type KeyValue = (
Vec
<
u8
>,
Vec
<
u8
>);
Expand description
A key/value pair returned by a store seek.