hash-chain 0.2.0

A tiered hashmap and hashset implementation that allows for easily representing lexically scoped variables
Documentation
[dependencies]

[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/freemasen/hash-chain"
version = "0.2.0"