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
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/// The `test_ascii_macros` module contains tests for the ascii_macros module.
pub mod test_ascii_macros;

/// The `test_directory_macros` module contains tests for the directory_macros module.
pub mod test_directory_macros;

/// The `test_file_macros` module contains tests for the file_macros module.
pub mod test_file_macros;

/// The `test_generator_macros` module contains tests for the generator_macros module.
pub mod test_generator_macros;

/// The `test_log_macros` module contains tests for the log_macros module.
pub mod test_log_macros;

/// The `test_utility_macros` module contains tests for the utility_macros module.
pub mod test_utility_macros;