Crate rust_env

Source
Expand description

§rust-env

rust-env is a package to make managing env a lot easier in rust

Structs§

Env

Enums§

Hash
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 like
Wrapper
This enum mainly rap two type of data String and Vec<String> See docs of struct Env of this package for learn more

Traits§

EnvFrame
Using this trait you can extend the behavior of Env struct

Functions§

Str
Vct