Rust 1.6 Released

101

rustVersion 1.6 of the Rust programming language has been released. “The largest new feature in 1.6 is that libcore is now stable! Rust’s standard library is two-tiered: there’s a small core library, libcore, and the full standard library, libstd, that builds on top of it. libcore is completely platform agnostic, and requires only a handful of external symbols to be defined.

Read more at LWN