Safe global references to stack variables.
Set up a global reference with environ! macro giving it a name and type.
Use the using
function scoped under its name to name a reference and call a function that
takes no parameters yet can access said reference through the similarly placed with
function.
Examples
extern crate environ;
// create a place for the global reference to exist.
environ!;