1 2 3 4 5 6 7 8 9
// lrwf-core DI extensions — automatic service registration and module scanning. pub mod diagnostics; pub mod ext; pub mod scan; pub use diagnostics::*; pub use ext::{is_mediator_active, should_scan_endpoints, IServiceCollectionExt}; pub use scan::*;