📝 Limpia y corrige documentación de extensiones

This commit is contained in:
Manuel Cillero 2026-06-12 21:29:10 +02:00
parent f9e87058d8
commit 41c4379bc3
14 changed files with 50 additions and 104 deletions

View file

@ -41,6 +41,8 @@ como dependencia en su `Cargo.toml`.
/// Resource definition and single module based generation.
pub mod resource;
#[doc(inline)]
pub use resource::Resource as StaticFile;
mod resource_dir;