Rust Learning Note: Global Variable
Dec 27, 2023 · 3 min read · This article is a summary of Chapter 4.7 of Rust Course (course.rs/) Global Variables Initialized at Compile Time Static Constant Static constants are global constants that can be used anywhere in the program, regardless of the scope in which it is d...
Join discussion