[go: up one dir, main page]

tower-ready-cache 0.3.1

Caches a set of services
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! A cache of services

#![doc(html_root_url = "https://docs.rs/tower-ready-cache/0.3.1")]
#![deny(missing_docs)]
#![deny(rust_2018_idioms)]
#![allow(elided_lifetimes_in_paths)]

pub mod cache;
pub mod error;

pub use self::cache::ReadyCache;