const-lru 1.0.0

A simple no_std, non-hashing, constant-capacity, constant-memory-usage LRU cache.
Documentation
[[bench]]
harness = false
name = "bench"

[dependencies.num-traits]
default-features = false
version = ">=0.2"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "^0.5"

[package]
authors = ["billythedummy"]
categories = ["algorithms", "caching", "data-structures", "no-std"]
description = "A simple no_std, non-hashing, constant-capacity, constant-memory-usage LRU cache."
edition = "2021"
homepage = "https://github.com/billythedummy/const-lru"
include = ["/src", "/tests", "/benches", "/README.md"]
keywords = ["lru", "cache", "const-generics", "data-structure", "no_std"]
license = "MIT OR Apache-2.0"
name = "const-lru"
readme = "README.md"
repository = "https://github.com/billythedummy/const-lru.git"
version = "1.0.0"