rs_envflag
Run this command in a terminal, in your project's directory:
cargo add rs_envflag
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
rs_envflag = "0.4.1"
The rs_envflag library will be automatically available globally. Read the rs_envflag library documentation.
Back to the crate overview.