leveled-hash-map 1.1.7

A structure to separate values into different levels with keys. Every key-value entry which is not at the top level has a parent key at the superior level. Keys at the same level are unique, no matter what parent keys they have.
Documentation
[badges.travis-ci]
branch = "master"
repository = "magiclen/leveled-hash-map"

[dependencies]

[package]
authors = ["Magic Len <len@magiclen.org>"]
categories = ["data-structures"]
description = "A structure to separate values into different levels with keys. Every key-value entry which is not at the top level has a parent key at the superior level. Keys at the same level are unique, no matter what parent keys they have."
edition = "2018"
homepage = "https://magiclen.org/leveled-hash-map"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["hash", "map", "level", "hierarchy"]
license = "MIT"
name = "leveled-hash-map"
readme = "README.md"
repository = "https://github.com/magiclen/leveled-hash-map"
version = "1.1.7"