[go: up one dir, main page]

hashmap_core 0.1.1

Implementation of HashMap and HashSet for no_std environments.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "hashmap_core"
version = "0.1.1"
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
description = "Implementation of HashMap and HashSet for no_std environments."
documentation = "https://docs.rs/hashmap_core/"
license = "Apache-2.0/MIT"
repository = "https://github.com/Amanieu/hashmap_core"
readme = "README.md"
keywords = ["hashmap", "hashset", "no_std", "hash", "fnv"]

[features]
# workaround for some cargo deficiency
disable = []

[dependencies]