Crates.io | cdb |
lib.rs | cdb |
version | 0.6.0 |
source | src |
created_at | 2016-01-11 02:54:47.704724 |
updated_at | 2018-10-26 00:20:46.883963 |
description | Pure Rust library to read and write CDB files |
homepage | https://github.com/bruceg/cdb-rs |
repository | https://github.com/bruceg/cdb-rs |
max_upload_size | |
id | 3868 |
size | 108,346 |
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.
Public Domain