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_directory.rs` module contains tests for the directory module.
pub mod test_directory;

/// The `test_uuid.rs` module contains tests for the UUID module.
pub mod test_uuid;