mincache
Minimal crate to cache return values of your function returns.
Currently only supports a timer / cooldown cache.
Example
pub use timecache;
// "fmt" is what you'd put after core::time::Duration::from_<>. E.g. "secs", "millis", "nanos", etc.