Crates.io | defaultdict |
lib.rs | defaultdict |
version | 0.18.0 |
source | src |
created_at | 2022-08-13 19:20:32.027304 |
updated_at | 2024-02-06 08:42:25.416344 |
description | A hashmap implementation that mirrors the python defaultdict. |
homepage | |
repository | https://github.com/MitchellBerend/defaultdict |
max_upload_size | |
id | 645009 |
size | 74,832 |
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.
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.