Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 770 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 770 Bytes

env-variables

Build Status crate License

Documentation

extract proxy env variables.

Usage

First, add this to your Cargo.toml:

[dependencies]
env-variables = "0.1"

Next, add this to your crate:

extern crate env_variables;

Licenses

All source code is licensed under the MIT License.