quickscope 0.1.2

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

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
smallvec = "1.4.2"
indexmap = "1.6.0"