[package] name = "schm" version = "0.1.2" edition = "2021" license = "MIT" readme = "README.md" repository = "https://github.com/splurf/schm" authors = ["Evan Schwartzentruber "] description = "Simplified HashMap implementation handling collision by separate chaining" keywords = ["map", "hash", "hashmap", "separate", "chaining"] categories = ["data-structures"] [dependencies]