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

[dependencies]