diff --git a/crates/tuono/src/lib.rs b/crates/tuono/src/lib.rs index 75f1bad6..3d56a996 100644 --- a/crates/tuono/src/lib.rs +++ b/crates/tuono/src/lib.rs @@ -1,3 +1,8 @@ +//! ## Tuono +//! Tuono is a full-stack web framework for building React applications using Rust as the backend with a strong focus on usability and performance. +//! +//! You can find the full documentation at [tuono.dev](https://tuono.dev/) + mod app; pub mod cli; mod mode; diff --git a/crates/tuono_lib/src/lib.rs b/crates/tuono_lib/src/lib.rs index d94172c6..2be702c4 100644 --- a/crates/tuono_lib/src/lib.rs +++ b/crates/tuono_lib/src/lib.rs @@ -1,3 +1,8 @@ +//! ## Tuono +//! Tuono is a full-stack web framework for building React applications using Rust as the backend with a strong focus on usability and performance. +//! +//! You can find the full documentation at [tuono.dev](https://tuono.dev/) + mod catch_all; mod logger; mod manifest; diff --git a/crates/tuono_lib_macros/src/lib.rs b/crates/tuono_lib_macros/src/lib.rs index 5d102486..c40e5f84 100644 --- a/crates/tuono_lib_macros/src/lib.rs +++ b/crates/tuono_lib_macros/src/lib.rs @@ -1,3 +1,8 @@ +//! ## Tuono +//! Tuono is a full-stack web framework for building React applications using Rust as the backend with a strong focus on usability and performance. +//! +//! You can find the full documentation at [tuono.dev](https://tuono.dev/) + extern crate proc_macro; use proc_macro::TokenStream;