#constants

[ follow ]
fromHackernoon
5 years ago

Tired of lazy_static? Rust 1.80 Has a Cleaner Way | HackerNoon

Constants in Rust can be created with the keywords const and static, helping to prevent code duplication for frequently used values.
Scala
[ Load more ]