hash-chain 0.3.2

A tiered hashmap and hashset implementation that allows for easily representing lexically scoped variables
Documentation
[dependencies.im-rc]
optional = true
version = "14"
[dev-dependencies.hashers]
version = "1"

[features]
default = []
imutable = ["im-rc"]

[package]
authors = ["Robert Masen <r.f.masen@gmail.com>", "Ben Gummoe <b.gummoe@gmail.com>"]
categories = ["data-structures"]
description = "A tiered hashmap and hashset implementation that allows for easily representing lexically scoped variables"
edition = "2018"
keywords = ["collections", "hashmap", "scope", "lexical"]
license = "MIT"
name = "hash-chain"
readme = "README.md"
repository = "https://github.com/rusty-ecma/hash-chain"
version = "0.3.2"