This October In Rust
News and Announcements
- đđ Announcing Rust 1.38.0. đđ
- Pipelined compilation!
- Linting incorrect usage of
mem::uninitialized
and mem::zeroed
!
- Mark macros
#[deprecated]
!
- Use
std::any::type_name
for a debug-only way to get the name of a type!
- ⌠and more!
- Announcing Rustup 1.20.0
- Support for different install profiles.
- Only install latest compatible nightly.
- Improvements to
rustup doc
.
- Security advisory for Cargo - Rust 1.0 - 1.25 are vulnerable to malicious crate name squatting that exploits a newer Cargo feature not present in those older versions. If youâre using this version of Rust, update to the latest version to avoid this issue!
async
/await
hits beta!
- Announcing the âInside Rustâ Blog - A new blog with more regular updates on the internal goings-on in Rustâs development.
Helpful Articles
Tales from Production