silverpill on Nostr: Rust edition 2024 explained: ...
Rust edition 2024 explained: https://bertptrs.nl/2025/02/23/rust-edition-2024-annotated.html
Editions is a very clever way to introduce breaking changes. In many other languages such changes cause a lot of pain (Python 3 is a canonical example). In Rust I can be on the latest compiler and still have a library abandoned 10 years ago somewhere in my dependency tree.
Editions is a very clever way to introduce breaking changes. In many other languages such changes cause a lot of pain (Python 3 is a canonical example). In Rust I can be on the latest compiler and still have a library abandoned 10 years ago somewhere in my dependency tree.