https://github.com/messense/cqdb-sys
Low level Rust binding to Constant Quark Database (CQDB)
https://github.com/messense/cqdb-sys
Last synced: about 1 year ago
JSON representation
Low level Rust binding to Constant Quark Database (CQDB)
- Host: GitHub
- URL: https://github.com/messense/cqdb-sys
- Owner: messense
- License: mit
- Created: 2021-01-21T11:31:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-02T15:34:54.000Z (over 4 years ago)
- Last Synced: 2025-04-15T04:12:03.112Z (about 1 year ago)
- Language: C
- Size: 22.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.