9 lines
184 B
Rust
9 lines
184 B
Rust
//! # Learn Axum
|
|
//!
|
|
//! This is an example documentation string for the root of the crate.
|
|
|
|
pub mod configuration;
|
|
pub mod domain;
|
|
pub mod routes;
|
|
pub mod startup;
|
|
pub mod telemetry;
|