zero2prod_axum/src/lib.rs
2024-02-12 10:55:23 +01:00

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;