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