emap 0.0.11

A map with a fixed capacity and integers as keys
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.serde]
default-features = false
optional = true
version = "1.0.160"
[dev-dependencies.bincode]
version = "1.3.3"

[package]
categories = ["data-structures", "memory-management"]
description = "A map with a fixed capacity and integers as keys"
edition = "2021"
homepage = "https://github.com/yegor256/emap"
keywords = ["memory", "map"]
license = "MIT"
name = "emap"
readme = "README.md"
repository = "https://github.com/yegor256/emap"
version = "0.0.11"