1mod r#impl; 2mod manifest; 3 4pub use manifest::context_string_source_manifest; 5pub use r#impl::ContextStringSource;