Expand description
Macros§
- env_
core
Inspects an environment variable at compile time.- option_
env core
Optionally inspects an environment variable at compile time.
Structs§
- AppApple
std
- Apple enviroment for directories.
- AppConfig
std
- Application specific metadata.
- AppUnix
std
- Unix enviroment for directories.
- AppWindows
std
- Windows enviroment for directories.
- AppXdg
std
- Xdg enviroment for directories.
- Env
- 🌐
A namespaced wrapper for
std::env
functions and constants. - Iter
Args std
- 🔄
std
Iterates over the arguments of a process, yielding them asString
s. - Iter
Args Os std
- 🔄
std
Iterates over the arguments of a process, yielding them asOsString
s. - Iter
Split Paths std
- 🔄
std
An iterator that splits an environment variable into paths. - Iter
Vars std
- 🔄
std
An iterator over a snapshot of the environment variables of this process. - Iter
Vars Os std
- 🔄
std
An iterator over a snapshot of the environment variables of this process. - Join
Paths Error std
- 🚩
std
Returned from Env::join_paths.
Enums§
Traits§
- AppEnv
std
- Manages directory paths in an environment-aware manner.