simple-cache-rs 0.2.0

A simple rust implementation of HashMap with expiration control.
Documentation
[dependencies]

[package]
authors = ["Giuseppe Eletto <peppe.eletto@gmail.com>", "Calvin Brown <cab025@protonmail.com>"]
description = "A simple rust implementation of HashMap with expiration control."
edition = "2018"
keywords = ["cache", "mem-cache"]
license = "Apache-2.0"
name = "simple-cache-rs"
repository = "https://github.com/calvinbrown085/simple-cache-rs"
version = "0.2.0"