Expand description
rust-env
rust-env is a package to make managing env a lot easier in rust
Structs
Enums
This enum is mainly A key-value pair
String
and Vec<String>
See docs of struct Env
of this package for learn more
Here’s The enum looks likeThis enum mainly rap two type of data
String and
Vec<String>
See docs of struct Env
of this package for learn moreTraits
Using this trait you can extend the behavior
of Env struct