fromHackernoon5 years agoTired of lazy_static? Rust 1.80 Has a Cleaner Way | HackerNoonConstants in Rust can be created with the keywords const and static, helping to prevent code duplication for frequently used values.Scala