| Crates.io | cdb32 |
| lib.rs | cdb32 |
| version | 0.1.0 |
| created_at | 2025-06-23 18:14:45.981402+00 |
| updated_at | 2025-06-25 17:55:29.742924+00 |
| description | Pure Rust library to read and write 32-bit CDB files |
| homepage | https://github.com/jdamick/cdb32-rs |
| repository | https://github.com/jdamick/cdb32-rs |
| max_upload_size | |
| id | 1723251 |
| size | 135,225 |
This library provides pure Rust support for reading and writing CDB files. A CDB file is a constant key-value on-disk hash table, designed for high-speed lookups.
This is a fork of the cdb2-rs crate.
The Unlicense