[][src]Crate env_parser

Structs

EnvReader

Enums

EnvType

The different values an env file can hold

Traits

CustomMap
Transform

Customize transformation by implementing this trait

Functions

read_env

Reads and transformers the env file. Note: when parsing a value, it will do in this order: Try to convert it into... 1. i32 2. f32 3. String (always succeeds) If you want a different type to be parsed, do that in the transformer trait.