1 2 3 4 5 6 7 8 9 10 11
# Read Secret An rust library that provides an easy way to read secrets from your environment and file. Put the following code into your `cargo.toml` ``` toml [dev-dependencies] dev_util = "0.1" ```