simpl_cache 2.4.1-beta

Simple rust caching tools
Documentation
1
2
3
4
5
#![doc = include_str!("../README.md")]

pub use futures::executor::block_on;
pub use simple_cache_core::TtlCache;
pub use simple_cache_macros::ttl_cache;