Crates.io | disk-ds |
lib.rs | disk-ds |
version | 0.1.0 |
source | src |
created_at | 2022-06-28 17:41:30.768758 |
updated_at | 2022-06-28 17:41:30.768758 |
description | A catalog of on-disk data structures |
homepage | https://github.com/willpinha/disk-ds |
repository | https://github.com/willpinha/disk-ds |
max_upload_size | |
id | 614955 |
size | 3,842 |
Disk DS 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.