| Crates.io | btree-ondisk |
| lib.rs | btree-ondisk |
| version | 0.16.0 |
| created_at | 2025-02-12 02:15:28.257122+00 |
| updated_at | 2025-09-20 00:50:12.178402+00 |
| description | A Rust implementation of BTree structure on persistent storage in userspace. |
| homepage | https://github.com/daiyy/btree-ondisk |
| repository | https://github.com/daiyy/btree-ondisk |
| max_upload_size | |
| id | 1552370 |
| size | 307,462 |
A Rust implementation of BTree structure on persistent storage in userspace.
Codebase is inspired by and partially derived from NILFS2.
NILFS2 is a log-structured file system implementation for the Linux kernel.
NOTICE: This library itself does not include persistent part, user should implement persistent process on top of this library.
:warning: This library is currently under developement and is NOT recommended for production.
See examples for how to use.
In loving memory of my father, Mr. Dai Wenhua, Who bought me my first computer.
This library is licensed under the GPLv2 or later License. See the LICENSE file.