envoke 0.1.0

A simple and ergonomic way to load environment variables into struct fields.
Documentation

envoke

A simple and ergonomic way to load environment variables into struct fields. To learn more you can read the documentation, or visit the github page!

Usage

Add to your Cargo.toml

[dependencies]

envoke = "0.1.0"

or run cargo add envoke

License