cdb32 0.1.0

Pure Rust library to read and write 32-bit CDB files
Documentation
cdb32-rs
====

[![Rust](https://github.com/jdamick/cdb32-rs/actions/workflows/rust.yml/badge.svg?branch=master)](https://github.com/jdamick/cdb32-rs/actions/workflows/rust.yml)
[![Crate](https://img.shields.io/crates/v/cdb32.svg)](https://crates.io/crates/cdb32)

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.

This is a **fork** of the [cdb2-rs](https://crates.io/crates/cdb2) crate.

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

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

## License

The Unlicense