Closed senekor closed 3 months ago
This is will break many solutions. For example, lazy_static
was very useful for robot-name. There are two reasons I think it's worth it:
lazy_static
is not "how it's done" anymore. Hiding these solutions could be a net positive.
As of Rust 1.80, the functionality of these two crates has been stabilized in the standard library.
See https://blog.rust-lang.org/2024/07/25/Rust-1.80.0.html#lazycell-and-lazylock