Adding bin_rs library as a dependency
Run this command in a terminal, in your project's directory:
cargo add bin-rs
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
bin-rs = "0.0.10"
The bin_rs library will be automatically available globally.
Read the bin_rs library documentation.