libcqdb 0.3.2

C binding to the Rust implementation of Constant Quark Database (CQDB)
Documentation
# libcqdb

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

C binding to the Rust implementation of Constant Quark Database (CQDB)

## Installation

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

```toml
[dependencies]
libcqdb = "0.3"
```

## License

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