lrwf-core 0.1.0

LRWF core traits: IRequest, IRequestHandler, IMiddleware, IHttpContext, IMediator, and more
Documentation
1
2
3
4
5
6
7
// lrwf-core DI extensions — automatic service registration and module scanning.

pub mod ext;
pub mod scan;

pub use ext::{is_mediator_active, should_scan_endpoints, IServiceCollectionExt};
pub use scan::*;