Rust 0.8 released
[Posted September 27, 2013 by corbet]
Version 0.8 of the Rust language has been
announced.
"
This was another very active release cycle that continued the trend
toward refining the standard library while making minor adjustments to the
language. In this release the `for` keyword has been changed to work with
`Iterator` types, the runtime and task scheduler was rewritten, a new
experimental I/O subsystem was added, and we added a new family of string
formatting macros, `format!`, that will eventually replace `fmt!`."
(
Log in to post comments)