cdb2 0.8.0

Pure Rust library to read and write CDB files
Documentation
cdb
====

[![Crate](https://img.shields.io/crates/v/cdb2.svg)](https://crates.io/crates/cdb2)

This library provides pure Rust support for reading and writing 32-bit
[CDB][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][cdb-rs] crate.

[cdb]: http://cr.yp.to/cdb.html
[cdb-rs]: https://crates.io/crates/cdb

[Documentation](https://docs.rs/cdb2)

## License

The Unlicense