envoke_derive 0.3.0

A proc macro for loading environment variables into struct fields automatically.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# envoke_derive


Derive macro for [envoke](https://crates.io/crates/envoke). To learn more you can read the [documentation](https://docs.rs/envoke), or visit the [github](https://github.com/sbr075/envoke-rs) page!

</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>