static_map 0.2.0-alpha

A static hashmap implementation, based on the Round-Robin hashing algorithm found in rustc.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "static_map"
version = "0.2.0-alpha"
repository = "https://github.com/cbreeden/static-map"
description = "A static hashmap implementation, based on the Round-Robin hashing algorithm found in rustc."
documentation = "https://docs.rs/static_map"
readme = "../README.md"
keywords = [ "hash", "hashmap", "map", "static" ]
categories = [ "data-structures" ]
license = "Apache-2.0/MIT"
authors = ["Christopher Breeden <github@u.breeden.cc>"]

[dependencies]
fxhash = "0.2"