rusticache 0.0.2

Simple caching for rust without external requirements.
Documentation
1
2
pub mod asynccache;
pub use crate::asynccache::{AsyncCache, AsyncCacheResult, AsyncRefreshResult};