quickscope 0.1.5

Multi-layer HashMap and HashSet implementations for performant representation of variable scopes
Documentation
[dependencies.indexmap]
version = "1.6.0"

[dependencies.smallvec]
version = "1.4.2"

[package]
authors = ["Nicholas Fleck <TheBerkin@users.noreply.github.com>"]
categories = ["algorithms", "data-structures"]
description = "Multi-layer HashMap and HashSet implementations for performant representation of variable scopes"
edition = "2018"
keywords = ["scoping", "variable", "hashmap", "hashset", "scope"]
license = "MIT"
name = "quickscope"
repository = "https://github.com/TheBerkin/quickscope"
version = "0.1.5"