tumu_cdb

Crates.iotumu_cdb
lib.rstumu_cdb
version0.1.0
created_at2025-12-16 09:10:42.707799+00
updated_at2025-12-16 09:10:42.707799+00
descriptionPure Rust library to read and write CDB files
homepage
repositoryhttps://gitlab.com/alexkingnz/tumu-cdb/
max_upload_size
id1987411
size84,411
(alexkingnz)

documentation

README

cdb

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 version was forked from Bruce Guenter's public domain version at cdb-rs, adding no_std stupport for UNIX like OSs and the interface has changed accordingly.

Windows support was dropped, it may be added back in at some point in the future.

License

LGPLv3 or later

Commit count: 0

cargo fmt