🌍 Rust Global Variables
=== variables, which are available anywhere in the program==
(discouraged by Rust)
Conditions
- Must be of static lifetime
- Must be
const
How?
- use ⚛️ Rust Atomics
lazy_staticCrate
=== variables, which are available anywhere in the program==
(discouraged by Rust)
constlazy_static Crate