Tired of lazy_static? Rust 1.80 Has a Cleaner Way
Rust offers different ways to initialize compile time-initialized variables. Recently, I had to create a runtime-initialized variable: existing approaches don't work in this case. I want to describe m...