gs-rust-cache 0.1.4

Thread safe cache developed using lru crate(https://crates.io/crates/lru) as its core. Supports LRU, positive and negative TTLs and miss handler function.
Documentation
[dependencies.lru]
version = "0.12.5"

[dev-dependencies.rstest]
version = "0.24.0"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["caching"]
description = """
Thread safe cache developed using lru crate(https://crates.io/crates/lru) as its core. 
Supports LRU, positive and negative TTLs and miss handler function.
"""
edition = "2021"
homepage = "https://github.com/dduartec/rust-cache"
keywords = ["cache", "lru", "thread-safe"]
license = "MIT"
name = "gs-rust-cache"
readme = "README.md"
repository = "https://github.com/dduartec/rust-cache.git"
version = "0.1.4"