dotenv-enum 0.2.4

This crate creates an enum from a `.env` variable and simplify acces to them.
Documentation
1
2
3
4
5
6
7
8
# They are only test data, so they are not important
AN_LOL = "waw"
AN_TEAM_JAWS = "jason"
AN_MDR = 11
EN_KAPPA=12
EN_MDR=54
EN_POG="champ"
THE_ENUM_NAME_VALUE_ONE="val"