From 1d5b9699b9fcea776ac621c93b9d81bffe36a844 Mon Sep 17 00:00:00 2001 From: Sandro Eiler Date: Wed, 7 Feb 2024 21:44:29 +0100 Subject: [PATCH] docs: add example project documentation --- src/lib.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index 9079ef9..ea2a8e3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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;