Crate rust_env

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

Traits

Using this trait you can extend the behavior of Env struct

Functions