# cqdb-sys
[](https://github.com/messense/cqdb-sys/actions?query=workflow%3ACI)
[](https://crates.io/crates/cqdb-sys)
[](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.