Rust 1.48.0 released
Rust 1.48.0 released
[Development] Posted Nov 19, 2020 15:17 UTC (Thu) by corbet
Version
1.48.0 of the Rust language has been released. The biggest change
appears to be improvements to the documentation system, but there's more:
"The most significant API change is kind of a mouthful: [T; N]:
TryFrom<Vec<T>> is now stable. What does this mean? Well, you
can use this to try and turn a vector into an array of a given
length
".