transient_map 0.1.2

Hashmap with eviction of unused elements.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies]

[package]
description = """
Hashmap with eviction of unused elements.
"""
edition = "2021"
license = "MIT OR Apache-2.0"
name = "transient_map"
readme = "README.md"
repository = "https://github.com/DouglasDwyer/transient_map"
version = "0.1.2"