Crates.io | cdb2 |
lib.rs | cdb2 |
version | 0.7.1 |
source | src |
created_at | 2024-01-06 15:26:07.856072 |
updated_at | 2024-03-21 13:28:16.2853 |
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 | 109,637 |
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 cdb-rs crate.
The Unlicense