docs: add example project documentation
This commit is contained in:
parent
0f427ba1d1
commit
1d5b9699b9
1 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
//! # Learn Axum
|
||||
//!
|
||||
//! This is an example documentation string for the root of the crate.
|
||||
|
||||
pub mod configuration;
|
||||
pub mod routes;
|
||||
pub mod startup;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue