rust_cmd_lib
rust_cmd_lib copied to clipboard
Common rust command-line macros and utilities, to write shell-script like tasks in a clean, natural and rusty way
I cannot seem to find any function/macro in this library that I can use to get an exit code from a command. The closest I found is `run_cmd!()`, but that...
This PR introduces a new optional `build-print` feature, allowing users to capture and display logs generated during `build.rs` execution. ### Changes - Adds `build-print` as an optional dependency, conditionally enabling...
I found the edition is `cargo.toml` is still 2018. However, the 2024 is coming.