leveled-hash-map 1.1.3

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
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "leveled-hash-map"
version = "1.1.3"
authors = ["Magic Len <len@magiclen.org>"]
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."
homepage = "https://magiclen.org/leveled-hash-map"
readme = "README.md"
keywords = ["hash", "map", "level", "hierarchy"]
categories = ["data-structures"]
license = "MIT"
repository = "https://github.com/magiclen/leveled-hash-map"

[dependencies]
[badges.travis-ci]
branch = "master"
repository = "magiclen/leveled-hash-map"