cascara 0.1.1

Implementation of TinyLFU cache
Documentation
[dependencies.indexmap]
version = "1.9"

[dependencies.log]
version = "0.4"

[dependencies.probabilistic-collections]
version = "0.7"

[dependencies.rand]
version = "0.8"

[package]
authors = ["Selmeci <selmeci.roman@gmail.com>"]
description = "Implementation of TinyLFU cache"
edition = "2018"
homepage = "https://github.com/selmeci/cascara"
keywords = ["cache", "tiny_lfu", "lfu"]
license = "MIT"
name = "cascara"
readme = "README.md"
repository = "https://github.com/selmeci/cascara"
version = "0.1.1"