defaultdict 0.7.0

A hashmap implementation that mirrors the python defaultdict.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies]

[package]
authors = ["Mitchell Berendhuysen"]
description = "A hashmap implementation that mirrors the python defaultdict."
documentation = "https://docs.rs/defaultdict"
edition = "2021"
license = "MIT"
name = "defaultdict"
repository = "https://github.com/MitchellBerend/defaultdict"
resolver = "2"
version = "0.7.0"