env_parser 0.1.10

Env parser. Parse your env file and create a Rust file with mapped properties
Documentation
SOME_KEY=SOME_VALUE
# this is a comment
SOME_KEY_WITH_COMMENT=1
SOME_I64_VAL=123
SOME_F32=1.0
ANOTHER_F32=.1
BOOL_TRUE=true