accelerator 0.1.1

MVP multi-level cache runtime with singleflight load de-duplication
Documentation
1
2
3
4
5
6
7
8
#[path = "macro_v1/cache_evict.rs"]
mod cache_evict;
#[path = "macro_v1/cache_put.rs"]
mod cache_put;
#[path = "macro_v1/cacheable.rs"]
mod cacheable;
#[path = "macro_v1/support.rs"]
mod support;