[src]

Function std::os::env_as_bytes

pub fn env_as_bytes() -> ~[(~[u8], ~[u8])]

Returns a vector of (variable, value) byte-vector pairs for all the environment variables of the current process.