chainmap 0.1.2

A ChainMap with mutability of intermediate maps
Documentation
[package]
name = "chainmap"
version = "0.1.2"
authors = ["Vanille-N <neven.villani@gmail.com>"]
edition = "2018"
license = "MIT"
description = "A ChainMap with mutability of intermediate maps"
readme = "README.md"
repository = "https://github.com/Vanille-N/chainmap"
keywords = ["hashmap", "chain", "mutex"]
categories = ["data-structures"]
include = ["src/lib.rs", "README.md"]

[dependencies]