1 2 3 4 5 6
#[cfg(feature = "std-services-in-memory")] mod in_memory; #[cfg(feature = "std-services-in-memory")] pub use in_memory::*; pub mod speech;