Announcing Rust 1.48.0

A new Rust blog post/announcement has been posted!

Get the full details here: Announcing Rust 1.48.0 | Rust Blog

1 Like
1 Like

Wow, there’s some really useful stuff in there. Rust’s const support isn’t as complete as constexpr in C++ land (the lack of iterators in particular), but it’s great to see more enums becoming const-friendly.

1 Like