macro_rules! iri_once { ($name:ident, $str:expr) => { ... }; }
This macro creates a static IriS variable that is initialized once and can be accessed globally.
IriS