Rust is a compiled multi-paradigm language, positioned as an alternative to C / C ++ with a bias in parallel computing, security and usability of memory.
What is new in Rust 0.10:
The std library was cut, instead of the extra dump, there are now 18 small libraries: time , test , log , rand , getopts , etc.
I / O error handling is translated from the so-called. violations ( conditions ) on monadny IoResult ( Error ). Standard hashes algorithm change: instead of the usual linear hashing, now linear with a modification of Robin Hood . A total of about 1500 changes, but less incompatible changes than in the previous 0.9 release. binaries for Windows, OS X and Linux. Standard set of links here: github.com/mozilla/rust/wiki/Doc-releases#010