cacher_rs/
lib.rs

1mod cacher;
2mod async_cacher;
3
4pub use cacher::Cacher;
5pub use async_cacher::Cacher as AsyncCacher;