1 2 3 4 5 6 7 8 9 10
[package] name = "hamt" description = "Purely functional hash array mapped tries." version = "0.1.0" authors = ["Emily A. Bellows <emily.a.bellows@gmail.com>"] readme = "README.md" license = "MIT" [dev-dependencies] quickcheck = "^0.2.24"