Docs.rs
bplus_store-0.4.0
bplus_store 0.4.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
pmes126
Dependencies
bincode ^1.3
normal
bytemuck ^1.14
normal
crc32fast ^1.3
normal
fail ^0.5
normal
optional
libc ^0.2
normal
serde ^1.0
normal
smallvec ^1.15.1
normal
thiserror ^1.0
normal
zerocopy ^0.7
normal
anyhow ^1.0
dev
criterion ^0.5
dev
rand ^0.8
dev
reqwest ^0.12
dev
tempfile ^3.11
dev
tokio ^1
dev
Versions
68.09%
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
Crate bplus_store
bplus_
store
0.4.0
All Items
Crate Items
Modules
Crate
bplus_
store
Copy item path
Source
Expand description
B+ Tree library crate
Modules
ยง
api
Public embedded API for the B+ tree key-value store.
codec
Codec traits and error types for encoding and decoding keys, values, and nodes.