| Crates.io | sst |
| lib.rs | sst |
| version | 0.18.0 |
| created_at | 2023-06-25 18:29:02.815179+00 |
| updated_at | 2025-08-08 06:18:05.941419+00 |
| description | SST provides a sorted string table abstraction. |
| homepage | |
| repository | https://github.com/rescrv/blue |
| max_upload_size | |
| id | 899738 |
| size | 2,430,275 |
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.