1 2 3 4 5
pub mod r#impl; pub mod manifest; pub use manifest::subtract_manifest; pub use r#impl::Subtract;