1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00
Files
examples/basics/nested-routing/src/lib.rs
2022-02-18 02:02:44 +00:00

4 lines
54 B
Rust

pub mod app_config;
pub mod common;
pub mod handlers;