cqdb-sys 0.1.1

Low level Rust binding to CQDB
Documentation
# cqdb-sys

[![CI](https://github.com/messense/cqdb-sys/workflows/CI/badge.svg)](https://github.com/messense/cqdb-sys/actions?query=workflow%3ACI)
[![Crates.io](https://img.shields.io/crates/v/cqdb-sys.svg)](https://crates.io/crates/cqdb-sys)
[![docs.rs](https://docs.rs/cqdb-sys/badge.svg)](https://docs.rs/cqdb-sys/)

Low level Rust binding to [Constant Quark Database](http://www.chokkan.org/software/cqdb/): a database library specialized for serialization and retrieval of static associations between strings and integer identifiers

## Installation

Add it to your ``Cargo.toml``:

```toml
[dependencies]
cqdb-sys = "0.1"
```

## License

This work is released under the MIT license. A copy of the license is provided
in the [LICENSE](./LICENSE) file.