Adding rsiot_env_vars library as a dependency

Run this command in a terminal, in your project"s directory:

cargo add rsiot-env-vars

To add it manually, edit your project"s Cargo.toml file and add to the [dependencies] section:

rsiot-env-vars = "0.0.62"

The rsiot_env_vars library will be automatically available globally. Read the rsiot_env_vars library documentation.

Back to the crate overview.