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

#859 in Database interfaces

Download history 51/week @ 2024-11-15 74/week @ 2024-11-22 237/week @ 2024-11-29 217/week @ 2024-12-06 198/week @ 2024-12-13 534/week @ 2024-12-20 140/week @ 2024-12-27 223/week @ 2025-01-03 262/week @ 2025-01-10 126/week @ 2025-01-17 45/week @ 2025-01-24 35/week @ 2025-01-31 123/week @ 2025-02-07 68/week @ 2025-02-14 70/week @ 2025-02-21 86/week @ 2025-02-28

371 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–1MB
~19K SLoC