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
// Copyright notice and licensing information.
// These lines indicate the copyright of the software and its licensing terms.
// SPDX-License-Identifier: Apache-2.0 OR MIT indicates dual licensing under Apache 2.0 or MIT licenses.
// Copyright © 2023-2024 LibMake. All rights reserved.

/// The `ascii_art_error` module contains the `AsciiArtError` type for ASCII art generation failures.
pub mod error_ascii_art;

/// The `model_params` module contains the `FileGenerationParams` type for holding the parameters for generating the project files.
pub mod model_params;