1#![doc = include_str!("../README.md")] 2 3#[cfg(feature = "cache")] 4pub mod cache; 5 6#[cfg(feature = "stream")] 7pub mod stream; 8 9#[cfg(feature = "singleton")] 10pub mod singleton;