Skip to main content

rust_webx_core/route/
mod.rs

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