[dependencies.valu3]
version = "0.6.6"
[features]
default = []
event = []
[lib]
name = "quickleaf"
path = "src/lib.rs"
[package]
authors = ["Philippe Assis <codephilippe@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["caching", "data-structures"]
description = "A simple and efficient in-memory cache with support for filtering, ordering, limiting results and event notifications"
documentation = "https://docs.rs/quickleaf"
edition = "2021"
keywords = ["cache", "in-memory", "filter", "order", "limit"]
license = "Apache-2.0"
name = "quickleaf"
readme = "README.md"
repository = "https://github.com/lowcarboncode/quickleaf"
version = "0.2.3"