cdb 0.5.0

Pure Rust library to read and write CDB files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
cdb
====

This library provides pure Rust support for reading and writing
[CDB][cdb] files.  A CDB file is a constant key-value on-disk hash
table, designed for high-speed lookups.

[cdb]: http://cr.yp.to/cdb.html

## License

Public Domain