transient_map 0.1.2

Hashmap with eviction of unused elements.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "transient_map"
version = "0.1.2"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/DouglasDwyer/transient_map"
readme = "README.md"
description = """
Hashmap with eviction of unused elements.
"""

[dependencies]