nstd_env_vars

Function nstd_env_vars 

Source
#[unsafe(no_mangle)]
pub extern "C" fn nstd_env_vars() -> NSTDVec<'static>
Available on crate feature env only.
Expand description

Returns an NSTDVec of NSTDString[2] which each represent an environment variable from the current process.

§Returns

NSTDVec vars - A list of the process environment variables.

§Panics

This operation will panic if any environment variables contain invalid Unicode.