Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 2.93 KB

2019_february_20.md

File metadata and controls

31 lines (22 loc) · 2.93 KB

This February (and January) in Rust

Helpful Articles

Articles that present useful information about how Rust (or software development in general) works.

  • Rust 2018 is here… but what is it? - Still confused about the 2018 edition? This article should help.
  • Allocations in Rust - An informative series of articles delving into the details of memory allocation in all its forms. Very useful if you're not already experienced with manual memory management, or if you are coming from a programming language that "hides" allocations (i.e. JavaScript, Python, etc.).
  • The Rust book in EPUB format for offline reading - Got an e-reader? Wish you could read The Rust Programming Language on it? Well now you can!
  • Learning Rust in 2019 - Some tips and tricks for Rust beginners who are learning Rust today.
  • Rust: A unique perspective - An alternative way of looking at mutable-vs-immutable borrows that might help some people better understand how Rusts ownership system works.
  • Traits and You: A Deep Dive - An explanation of how to effectively use traits - With visual metaphors!

Tales from Production

Stories about people using Rust to build cool things, commercially or otherwise.

Toys and Things

Things built in Rust, either applications that you can run, or libraries that you can use.