14 breaking releases
new 0.16.0 | May 25, 2023 |
---|---|
0.15.0 | Mar 19, 2023 |
0.14.0 | Mar 18, 2023 |
0.13.0 | Aug 28, 2022 |
#86 in Database implementations
62 downloads per month
39KB
593 lines
Motivation
This serves as an utility library and an example project. It has no dependencies so it can be used in a different project without pulling in other dependencies transitively.
Description
This library exposes structs that mimicks the behaviour of the python defaultdict.
This behaviour does require that the type of the value does have the Default implemented.
lib.rs
:
This library exposes structs that mimicks the behaviour of the python defaultdict.
This behaviour does require that the type of the value does have the [Default
] implemented.