Crates.io | cqdb |
lib.rs | cqdb |
version | 0.5.8 |
source | src |
created_at | 2021-01-23 03:41:13.037729 |
updated_at | 2023-01-17 01:57:11.328659 |
description | Rust implementation of Constant Quark Database (CQDB) |
homepage | |
repository | https://github.com/messense/cqdb-rs |
max_upload_size | |
id | 345504 |
size | 36,624 |
Rust implementation of Constant Quark Database: a database library specialized for serialization and retrieval of static associations between strings and integer identifiers
Add it to your Cargo.toml
:
[dependencies]
cqdb = "0.5"
This work is released under the MIT license. A copy of the license is provided in the LICENSE file.