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
/// This module contains the tests for the `macros` module.
pub mod macros;

/// This module contains the tests for the `models` module.
pub mod models;