single_byte_hashmap 0.1.0

A simple HashMap for storing singular bytes as keys
Documentation
[dependencies.hashbrown]
default-features = false
features = ["inline-more"]
optional = true
version = "0.11"

[features]
default = ["faster_hashmap"]
faster_hashmap = ["hashbrown"]
nightly = ["faster_hashmap", "hashbrown/nightly"]
rayon = ["faster_hashmap", "hashbrown/rayon"]
serde = ["faster_hashmap", "hashbrown/serde"]

[package]
authors = ["William Batista <bootlegbilly@protonmail.ch>"]
categories = ["data-structures"]
description = "A simple HashMap for storing singular bytes as keys"
edition = "2018"
homepage = "https://github.com/billyb2/single_byte_hashmap-rs"
keywords = ["hashmap", "byte"]
license = "MIT"
name = "single_byte_hashmap"
readme = "README.md"
repository = "https://github.com/billyb2/single_byte_hashmap-rs"
version = "0.1.0"