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

#516 in Database interfaces

Download history 33/week @ 2024-01-12 40/week @ 2024-01-19 191/week @ 2024-01-26 41/week @ 2024-02-02 14/week @ 2024-02-09 68/week @ 2024-02-16 92/week @ 2024-02-23 63/week @ 2024-03-01 63/week @ 2024-03-08 60/week @ 2024-03-15 44/week @ 2024-03-22 94/week @ 2024-03-29 60/week @ 2024-04-05 45/week @ 2024-04-12 47/week @ 2024-04-19 106/week @ 2024-04-26

272 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