🌍 Rust Global Variables

= variables, which are available anywhere in the program

(discouraged by Rust)

Conditions

  • Must be of static lifetime
  • Must be const

How?