[package]
name = "defaultmap"
version = "0.2.2"
authors = ["Jelte Fennema <github-tech@jeltef.nl>"]
include = ["src/**/*.rs", "Cargo.toml", "LICENSE", "README.md"]
description = "Provides a HashMap with an automatic default for missing keys."
documentation = "https://docs.rs/defaultmap"
readme = "README.md"
keywords = ["dict", "defaultdict", "defaulthashmap", "hashmap", "default"]
categories = ["development-tools", "data-structures"]
license = "MIT"
repository = "https://github.com/JelteF/defaultmap"
[badges.appveyor]
repository = "JelteF/defaultmap"
[badges.travis-ci]
repository = "JelteF/defaultmap"