Skip to content

Latest commit

 

History

History
120 lines (108 loc) · 8.17 KB

2018_october_23.md

File metadata and controls

120 lines (108 loc) · 8.17 KB

This October In Rust

Rust Updates

  • Rust 1.29.1 - Fixes a security vulnerability in str::repeat.
  • Rust 1.29.2 - Fixes a miscompilation bug coming from LLVM, and restores the rls-preview component for Windows GNU users.

Run rustup update stable to update to the latest version of Rust!

Announcements

New Toys

Blog Posts and Articles

Talks and Videos

  • Rust & WebAssembly - Talk by Nick Fitzgerald about the current state of using WebAssembly with Rust. He also digs into some of the details of how we interoperate between Rust/WASM and JavaScript.
  • A Tale of Two Asyncs - Talk by Ashley Williams comparing and contrasting Rust and JavaScript, with a specific focus on the approaches both languages take to async programming.
  • Rust on the Edge (article) - A presentation about using Rust for serverless web apps on CloudFlare.