Crates.io | sst |
lib.rs | sst |
version | 0.14.0 |
source | src |
created_at | 2023-06-25 18:29:02.815179 |
updated_at | 2024-11-07 14:10:17.263646 |
description | SST provides a sorted string table abstraction. |
homepage | |
repository | https://github.com/rescrv/blue |
max_upload_size | |
id | 899738 |
size | 2,421,936 |
SST provides a sorted string table abstraction.
Maintenance track. The library is considered stable and will be put into maintenance mode if unchanged for one year.
This library provides a sorted string table and several iterator types. It is meant to sit one level beneath an LSM-tree or other data structure.
The latest documentation is always available at docs.rs.