1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
// lib.rs
// logo for docs.rs in png
// region: auto_md_to_doc_comments include README.md A //!
//! # cargo_auto_lib
//!
//! **Automation tasks coded in Rust language for the workflow of Rust projects**
//! ***version: 4.0.6 date: 2025-10-02 author: [Bestia.dev](https://bestia.dev) repository: [GitHub](https://github.com/automation-tasks-rs/cargo_auto_lib)***
//!
//! 
//! 
//! 
//! 
//! 
//!
//! 
//! cargo_auto_lib is part of the [automation_tasks_rs](https://github.com/automation-tasks-rs) project
//!
//! [](https://crates.io/crates/cargo_auto_lib)
//! [](https://docs.rs/cargo_auto_lib/)
//! [](https://web.crev.dev/rust-reviews/crate/cargo_auto_lib/)
//! [](https://lib.rs/crates/cargo_auto_lib/)
//! [](https://github.com/automation-tasks-rs/cargo_auto_lib/blob/master/LICENSE)
//! [](https://github.com/automation-tasks-rs/cargo_auto_lib/)
//! [](https://automation-tasks-rs.github.io/cargo_auto_lib/cargo_auto_lib/index.html)
//! 
//!
//! [](https://github.com/automation-tasks-rs/cargo_auto_lib/)
//! [](https://github.com/automation-tasks-rs/cargo_auto_lib/)
//! [](https://github.com/automation-tasks-rs/cargo_auto_lib/)
//! [](https://github.com/automation-tasks-rs/cargo_auto_lib/)
//! [](https://github.com/automation-tasks-rs/cargo_auto_lib/)
//!
//! Hashtags: #maintained #ready-for-use #rustlang #automation #workflow
//! My projects on GitHub are more like a tutorial than a finished product: [bestia-dev tutorials](https://github.com/bestia-dev/tutorials_rust_wasm).
//! I recommend using the [CRUSTDE - Containerized Rust Development Environment](https://github.com/CRUSTDE-ContainerizedRustDevEnv/crustde_cnt_img_pod) to write Rust projects on Linux, isolated from your system.
//!
//! ## Try it
//!
//! First, install the tool for task automation in Rust projects:
//!
//! ```bash
//! cargo install cargo-auto
//! # Generate a new Rust CLI project:
//! cargo auto new_cli hello_world
//! # Open the `hello_world` project in VSCode:
//! code hello_world
//! # Open the generated directory `automation_tasks_rs` as an independent rust project in VSCode.
//! code hello_world/automation_tasks_rs
//! ```
//!
//! Now we can analyze the automation code. There is already this dependency inside `Cargo.toml` for our library:
//!
//! ```toml
//! cargo_auto_lib="2.0.2"
//! ```
//!
//! Review the code in `automation_tasks_rs/main.rs`. The `cl::` namespace is the alias for `cargo_auto_lib`.
//! Example:
//!
//! ```rust ignore
//! /// cargo build --release
//! fn task_release() {
//! let cargo_toml = CargoToml::read();
//! cl::auto_version_increment_semver_or_date();
//! cl::auto_cargo_toml_to_md();
//! cl::auto_lines_of_code("");
//!
//! cl::run_shell_command("cargo fmt");
//! cl::run_shell_command("cargo build --release");
//! println!(
//! r#"
//! {YELLOW}After `cargo auto release`, run the compiled binary, examples and/or tests{RESET}
//! {GREEN}./target/release/{package_name} arg_1{RESET}
//! {YELLOW}if ok then{RESET}
//! {GREEN}cargo auto doc{RESET}
//! "#,
//! package_name = cargo_toml.package_name(),
//! );
//! }
//! ```
//!
//! You can see this function will increment the version in `Cargo.toml`.
//! Then it will copy some data from `Cargo.toml` to README.md (title, description, version, author,...).
//! It will count the lines of code and create badges in README.md.
//! Then comes the traditional Rust part: cargo fmt and cargo build --release.
//! Finally, it will show on the screen the instructions on how to continue developing.
//!
//! Run (in your main rust project):
//!
//! ```bash
//! cargo auto release
//! ```
//!
//! Now open the README.md and you will see the data that this automation task copied from other places. Therefore you change this data only in one place, the automation task copies them wherever needed.
//!
//! ## Development details
//!
//! Read the development details in a separate md file:
//! [DEVELOPMENT.md](https://github.com/automation-tasks-rs/cargo_auto_lib/blob/main/DEVELOPMENT.md)
//!
//! ## Releases changelog
//!
//! Read the release changelog in a separate md file:
//! [RELEASES.md](https://github.com/automation-tasks-rs/cargo_auto_lib/blob/main/RELEASES.md)
//!
//! ## TODO
//!
//! - remove the existing support for workspaces. Workspaces are a mess
//! - change it so that every member must have its own automation
//! - the workspace automation then calls the member's automation
//! - It is better to have a non-workspace group of projects that are
//! - developed together using single workflow automation
//!
//! ## Open-source and free as a beer
//!
//! My open-source projects are free as a beer (MIT license).
//! I just love programming.
//! But I need also to drink. If you find my projects and tutorials helpful, please buy me a beer by donating to my [PayPal](https://paypal.me/LucianoBestia).
//! You know the price of a beer in your local bar ;-)
//! So I can drink a free beer for your health :-)
//! [Na zdravje!](https://translate.google.com/?hl=en&sl=sl&tl=en&text=Na%20zdravje&op=translate) [Alla salute!](https://dictionary.cambridge.org/dictionary/italian-english/alla-salute) [Prost!](https://dictionary.cambridge.org/dictionary/german-english/prost) [Nazdravlje!](https://matadornetwork.com/nights/how-to-say-cheers-in-50-languages/) 🍻
//!
//! [//bestia.dev](https://bestia.dev)
//! [//github.com/bestia-dev](https://github.com/bestia-dev)
//! [//bestiadev.substack.com](https://bestiadev.substack.com)
//! [//youtube.com/@bestia-dev-tutorials](https://youtube.com/@bestia-dev-tutorials)
//!
// endregion: auto_md_to_doc_comments include README.md A //!
// region: mod, extern and use statements
// endregion
// only the Public API is exported (functions, structs, methods, enums, traits)
pub use *;