std:env

This module is used for dealing with process environment.

Provides a number of functions to obtain values from the current operating systems.

Structs, Traits, and Enums

  • EnumVarError (possible errors from the env::var method)
  • StructsArgs (yields a String for each argument), ArgOs (yields an OsString for each argument), JoinPathsError (returns an error when the paths fail to join), SplitPaths (iterates over PathBuf for parsing an environment variable to platform-specific conventions), Vars, and VarsOS (iterates over a snapshot of the environment variables for a process) 
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset