# envoke
A simple and ergonomic way to load environment variables into struct fields. To learn more you can read the [documentation](https://docs.rs/envoke), or visit the [github](https://github.com/sbr075/envoke-rs) page!
## Usage
Add to your `Cargo.toml`
```toml
[dependencies]
envoke = "0.1.1"
```
or run `cargo add envoke`
</br>
#### License
<sup>
Licensed under either of <a href="LICENSE-APACHE">Apache License, Version
2.0</a> or <a href="LICENSE-MIT">MIT license</a> at your option.
</sup>
</br>
<sub>
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
</sub>