1 2 3 4 5 6 7
#![cfg_attr(docsrs, feature(doc_cfg))] #![doc = include_str!("../README.md")] #![doc(html_favicon_url = "https://zino.cc/assets/zino-logo.png")] #![doc(html_logo_url = "https://zino.cc/assets/zino-logo.svg")] #[cfg(feature = "cache")] pub mod cache;