#cdb #crfsuite #static #associations #constant #quark

cqdb

Rust implementation of Constant Quark Database (CQDB)

13 releases

0.5.8 Jan 17, 2023
0.5.7 Sep 8, 2022
0.5.6 Aug 23, 2021
0.5.5 May 28, 2021
0.5.3 Mar 13, 2021

#485 in Database interfaces

Download history 148/week @ 2023-11-27 16/week @ 2023-12-04 7/week @ 2023-12-11 66/week @ 2023-12-18 37/week @ 2023-12-25 199/week @ 2024-01-01 30/week @ 2024-01-08 29/week @ 2024-01-15 40/week @ 2024-01-22 206/week @ 2024-01-29 23/week @ 2024-02-05 14/week @ 2024-02-12 75/week @ 2024-02-19 106/week @ 2024-02-26 56/week @ 2024-03-04 57/week @ 2024-03-11

297 downloads per month
Used in 9 crates (2 directly)

MIT license

21KB
423 lines

cqdb-rs

CI codecov Crates.io docs.rs

Rust implementation of Constant Quark Database: a database library specialized for serialization and retrieval of static associations between strings and integer identifiers

Installation

Add it to your Cargo.toml:

[dependencies]
cqdb = "0.5"

License

This work is released under the MIT license. A copy of the license is provided in the LICENSE file.


lib.rs:

Rust implementation of Constant Quark Database: a database library specialized for serialization and retrieval of static associations between strings and integer identifiers

Dependencies

~0.7–1.2MB
~20K SLoC