Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 2.12 KB

2019_september_25.md

File metadata and controls

36 lines (26 loc) · 2.12 KB

This September In Rust

News and Announcements

Helpful Articles

  • Navigating The Rust OSS Community
  • Introduction to Rust Web Applications
    • Build a full-stack app all with Rust. This tutorial covers setting up a database, writing a REST API, and compiling rust to WASM in order to power a website.
  • Semantic validation in Rust
    • An example of runtime validations in Rust. This is great for anything stored as a String, but which still has to be validated in some way.
  • "How Rust optimizes async/await" - an interesting look into the internals of Rust's new async/await syntax
  • Futures Concurrency
    • A look into the different methods that exist for processing multiple futures simultaneously with different end conditions.

Tales from Production

Tools and Toys