https://github.com/messense/cqdb-rs
Constant Quark Database in Rust
https://github.com/messense/cqdb-rs
Last synced: 3 months ago
JSON representation
Constant Quark Database in Rust
- Host: GitHub
- URL: https://github.com/messense/cqdb-rs
- Owner: messense
- License: mit
- Created: 2021-01-18T12:20:56.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-17T01:57:03.000Z (over 3 years ago)
- Last Synced: 2025-06-29T20:45:23.707Z (11 months ago)
- Language: Rust
- Homepage:
- Size: 73.2 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cqdb-rs
[](https://github.com/messense/cqdb-rs/actions?query=workflow%3ACI)
[](https://codecov.io/gh/messense/cqdb-rs)
[](https://crates.io/crates/cqdb)
[](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.