libmake 0.2.6

A code generator to reduce repetitive tasks and build high-quality Rust libraries and applications, by providing a simple interface to create projects, generate code, and manage dependencies.
Documentation
/// A macro for generating ASCII art from text.
pub mod ascii_macros;

/// The `directory_macros` module contains macros related to directory
/// operations.
pub mod directory_macros;

/// The `file_macros` module contains macros related to file operations.
pub mod file_macros;

/// The `generator_macros` module contains macros related to generating
/// templates from JSON, YAML, and CSV files, and custom logging functionality.
pub mod generator_macros;

/// The `log_macros` module contains macros related to logging messages at various log levels and formats.
pub mod log_macros;

/// The `utility_macros` module contains utility macros for common tasks such as
/// replacing placeholders in a line with values from parameters.
pub mod utility_macros;