cachingmap 0.2.1

A caching Hashmap accepting new entries through interior-mutability
Documentation
1
2
3
4
5
6
7
8
9
10
11
[dependencies]

[package]
authors = ["Aurelien Naldi <aurelien.naldi@gmail.com>"]
description = "A caching Hashmap accepting new entries through interior-mutability"
edition = "2018"
exclude = [".github", ".gitignore"]
license = "LGPL-3.0-or-later"
name = "cachingmap"
repository = "https://github.com/aurelien-naldi/cachingmap"
version = "0.2.1"