summaryrefslogtreecommitdiff
path: root/src/router/mod.rs
blob: 6426c2e339cc1a329e3a25291c9b4a50ae23d0fe (plain)
1
2
3
4
5

#[cfg(feature = "integrated-router")] 
pub mod manager;
#[cfg(feature = "integrated-router")]
pub mod router;