[go: up one dir, main page]

hashmap_core 0.1.9

Implementation of HashMap and HashSet for no_std environments.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[features]
disable = []

[package]
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
description = "Implementation of HashMap and HashSet for no_std environments."
documentation = "https://docs.rs/hashmap_core/"
keywords = ["hashmap", "hashset", "no_std", "hash", "fnv"]
license = "Apache-2.0/MIT"
name = "hashmap_core"
readme = "README.md"
repository = "https://github.com/Amanieu/hashmap_core"
version = "0.1.9"