Docs.rs
redb-2.4.0
redb 2.4.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
cberner
Dependencies
log ^0.4.17
normal
optional
pyo3 ^0.22.0
normal
optional
bincode ^1.3.3
dev
byte-unit =5.0.4
dev
fastrand ^2.0.0
dev
libc ^0.2.99
dev
rand ^0.8
dev
redb =1.0.0
dev
redb =2.0.0
dev
serde ^1.0
dev
sled ^0.34.7
dev
tempfile ^3.5.0
dev
walkdir ^2.5.0
dev
pyo3-build-config ^0.22.0
build
optional
comfy-table ^7.0.1
dev
ctrlc =3.2.3
dev
heed ^0.20
dev
rocksdb ^0.22.0
dev
sanakirja =1.4.1
dev
sanakirja-core =1.4.1
dev
io-uring ^0.6.2
dev
libc ^0.2.104
normal
Versions
64.96%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
redb
2.4.0
Module backends
Module Items
Structs
In crate redb
redb
Module
backends
Copy item path
Source
Structs
ยง
File
Backend
Stores a database as a file on-disk.
InMemory
Backend
Acts as temporal in-memory database storage.