fifo-cache 0.2.0

A minimalist FIFO cache with TTL (Time To Live) support
Documentation
[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"

[features]
default = ["ttl"]
ttl = []

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

[package]
authors = ["David Dernoncourt <daviddernoncourt.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["caching"]
description = "A minimalist FIFO cache with TTL (Time To Live) support"
edition = "2021"
exclude = ["/.github/", "/.vscode/", "/.gitlab-ci.yml"]
keywords = ["cache", "fifo", "ttl"]
license = "MIT"
name = "fifo-cache"
readme = "readme.md"
repository = "https://framagit.org/dder/fifo-cache"
rust-version = "1.59"
version = "0.2.0"

[[test]]
name = "tests"
path = "tests/tests.rs"