fchashmap 0.1.3

A fixed capacity no_std hashmap
Documentation
[dependencies.arrayvec]
default-features = false
version = "0.7.0"

[dependencies.hash32]
version = "0.2.1"

[dev-dependencies.hash32-derive]
version = "0.1.0"

[dev-dependencies.rand_core]
version = "0.6.2"

[dev-dependencies.rand_xorshift]
version = "0.3.0"

[package]
authors = ["Simsys <winfried.simon@gmail.com>"]
categories = ["no-std", "embedded", "data-structures"]
description = "A fixed capacity no_std hashmap"
edition = "2018"
keywords = ["no-std", "static", "no-heap", "embedded"]
license = "MIT OR Apache-2.0"
name = "fchashmap"
readme = "readme.md"
repository = "https://github.com/Simsys/fchashmap"
version = "0.1.3"