# cqdb-rs [![CI](https://github.com/messense/cqdb-rs/workflows/CI/badge.svg)](https://github.com/messense/cqdb-rs/actions?query=workflow%3ACI) [![codecov](https://codecov.io/gh/messense/cqdb-rs/branch/master/graph/badge.svg)](https://codecov.io/gh/messense/cqdb-rs) [![Crates.io](https://img.shields.io/crates/v/cqdb.svg)](https://crates.io/crates/cqdb) [![docs.rs](https://docs.rs/cqdb/badge.svg)](https://docs.rs/cqdb/) Rust implementation of [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 = "0.5" ``` ## License This work is released under the MIT license. A copy of the license is provided in the [LICENSE](./LICENSE) file.