| Crates.io | cdb2 |
| lib.rs | cdb2 |
| version | 0.8.0 |
| created_at | 2024-01-06 15:26:07.856072+00 |
| updated_at | 2025-11-26 13:45:37.434557+00 |
| description | Pure Rust library to read and write CDB files |
| homepage | https://github.com/kanru/cdb2-rs |
| repository | https://github.com/kanru/cdb2-rs |
| max_upload_size | |
| id | 1090998 |
| size | 128,937 |
This library provides pure Rust support for reading and writing 32-bit 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 cdb-rs crate.
The Unlicense