Files

9 lines
108 B
Rust

//! Routing integration tests
#[path = "common/mod.rs"]
pub mod common;
mod routing;
pub use routing::*;