#catalog #disk #on-disk #filesystem

diskdata

A catalog of on-disk data structures

1 unstable release

0.1.0 Jun 28, 2022

#1328 in Data structures

21 downloads per month

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