single_byte_hashmap 0.1.2

A simple HashMap for storing singular bytes as keys
Documentation

single_byte_hashmap

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 7 feature flags, 3 of them enabled by default.

default

  • faster_hashmap

faster_hashmap

  • hashbrown

hashbrown

    This feature flag does not enable additional features.

rayon

  • faster_hashmap
  • hashbrown/rayon

nightly

  • faster_hashmap
  • hashbrown/nightly

serde

  • faster_hashmap
  • hashbrown/serde

allow_unsafe_sizes

    This feature flag does not enable additional features.