Rust 1.1 stable Released
Rust 1.1 stable Released:
Rust is an expression-based programming language developed by Mozilla.
It’s a open source programming language developed and released by Mozilla. They started developing their own programming language because C++ is not a secured language. So Mozilla planned for rust programming language with better security and great speed.
What’s new in Rust 1.1 ?
- Rust 1.1 provides 32% compilation time improvements over Rust 1.0, which makes the execution faster and decreases the development time.
- Rust 1.1 improved such a way to provide the error messages throughout the compiler. They introduced
–explain
flag which provides extended explanations on the compiler errors which helps us to debug it better.
New Features:
1. std::fs [fs-expand]
2. symlink_metadat function added newly.
3. Musl support on linux
4. cargo rustc
Above are the highlights of the Rust 1.1 stable release.