Docs.rs
apfsds-storage-0.1.0
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
apfsds-storage 0.1.0
Persistent storage layer for APFSDS (WAL, ClickHouse, PostgreSQL)
Crate
Source
Builds
Feature flags
Documentation
Coverage
46.67%
35
out of
75
items documented
0
out of
14
items with examples
Size
Source code size: 98.32 kB
This is the summed size of all the files inside the crates.io package for this release.
Documentation size: 2.32 MB
This is the summed size of all files generated by rustdoc for all configured targets
Ø build duration
this release: 1m 17s
Average build duration of
successful
builds.
all releases: 1m 19s
Average build duration of
successful
builds in releases after 2024-10-23.
Links
crates.io
Dependencies
apfsds-protocol ^0.1.0
normal
byteorder ^1.4
normal
bytes ^1
normal
clickhouse ^0.12
normal
crc32fast ^1.3
normal
dashmap ^6
normal
parking_lot ^0.12
normal
rkyv ^0.8
normal
serde ^1
normal
sqlx ^0.7
normal
thiserror ^1
normal
tokio ^1
normal
tracing ^0.1
normal
tempfile ^3
dev
tokio ^1
dev
Versions
0.4.0
(2026-02-05)
0.3.0
(2026-02-04)
0.2.0
(2026-01-18)
0.1.0
(2026-01-17)
Owners
APFSDS Storage - MVCC storage engine
This crate provides:
MVCC segment-based storage
B-link tree index (lock-free)
Compaction
tmpfs integration
ClickHouse backup (config-based)