supercache 0.1.0

Fastest cache
Documentation
[package]
name = "supercache"
version = "0.1.0"
edition = "2021"
authors = ["nacho <plstsuchi@gmail.com>"]
description = "Fastest cache"
license = "MIT"
repository = "https://github.com/nnachonesa/supercache"
readme = "README.md"
keywords = ["cache", "hash"]
categories = ["caching", "data-structures"]

[lib]
name = "supercache"
path = "src/lib.rs"

[[bench]]
name = "bench"
harness = false

[dev-dependencies]
criterion = "0.8.1"