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
/// The `test_error_ascii_art` module contains tests for the error_ascii_art module.
pub mod test_error_ascii_art;

/// The `test_model_params` module contains tests for the model_params module.
pub mod test_model_params;