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

#845 in Database interfaces

Download history 96/week @ 2024-10-26 44/week @ 2024-11-02 18/week @ 2024-11-09 48/week @ 2024-11-16 96/week @ 2024-11-23 264/week @ 2024-11-30 213/week @ 2024-12-07 241/week @ 2024-12-14 481/week @ 2024-12-21 128/week @ 2024-12-28 239/week @ 2025-01-04 225/week @ 2025-01-11 134/week @ 2025-01-18 31/week @ 2025-01-25 80/week @ 2025-02-01 85/week @ 2025-02-08

336 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