Docs.rs
persistent-queue-0.1.1
persistent-queue 0.1.1
Docs.rs crate page
Apache-2.0
26 August 2026
Links
Repository
crates.io
Source
Owners
rolandjitsu
Dependencies
redb ^2
normal
optional
rocksdb ^0.22
normal
optional
sled ^0.34
normal
optional
criterion ^0.5
dev
tempfile ^3
dev
loom ^0.7
normal
Versions
100%
of the crate is documented
Go to latest version
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.1
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.