1 unstable release

0.1.0 Jun 28, 2022

#1526 in Data structures

MIT license

3KB

DiskData
A catalog of on-disk data structures
Build Download Release License

About

DiskData is a catalog of on-disk implementations of data structures written in Rust. The term "on disk" means that data structure nodes are stored and retrieved from files on the filesystem, instead of managed in memory.

No runtime deps