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 `directory` module contains functions related to directory operations.
pub mod directory;

/// The `uuid` module contains functions related to generating UUIDs.
pub mod uuid;