💡 Mejora legibilidad de comentarios
This commit is contained in:
parent
f5290b477f
commit
f5fb4b7a1d
21 changed files with 74 additions and 68 deletions
|
|
@ -6,7 +6,7 @@ use std::env;
|
|||
use std::io;
|
||||
use std::path::{Path, PathBuf};
|
||||
|
||||
// MACROS INTEGRADAS *******************************************************************************
|
||||
// **< MACROS INTEGRADAS >**************************************************************************
|
||||
|
||||
#[doc(hidden)]
|
||||
pub use paste::paste;
|
||||
|
|
@ -16,7 +16,7 @@ pub use concat_string::concat_string;
|
|||
|
||||
pub use indoc::{concatdoc, formatdoc, indoc};
|
||||
|
||||
// MACROS ÚTILES ***********************************************************************************
|
||||
// **< MACROS ÚTILES >******************************************************************************
|
||||
|
||||
#[macro_export]
|
||||
/// Macro para construir una colección de pares clave-valor.
|
||||
|
|
@ -198,7 +198,7 @@ macro_rules! join_strict {
|
|||
}};
|
||||
}
|
||||
|
||||
// FUNCIONES ÚTILES ********************************************************************************
|
||||
// **< FUNCIONES ÚTILES >***************************************************************************
|
||||
|
||||
/// Resuelve y valida la ruta de un directorio existente, devolviendo una ruta absoluta.
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue