NOTE: This site has just upgraded to Forester 5.x and is still having some style and functionality issues, we will fix them ASAP.

Compile a short list for Rust Introduction [uts-0046]

#### utensil opened issue at 2018-08-18 05:51:

Includes slides and videos.

#### utensil commented at 2018-08-18 08:08:

- Getting Started
  - Learn Rust in Y Minutes
  - Rust for Rubyists— Idiomatic Patterns in Rust and Ruby
  - Rust By Example
- Ownership & Lifetime
  - C vs. Rust
  - Intro To Rust
  - Rust: Unlocking Systems Programming - Aaron Turon
    - Unraveling Rust Design
  - Ownership System in Rust
  - Intro to the Rust programming language [Video] [Slides]
  - "The Rust Programming Language" - Aaron Turon of Mozilla [Video]
- Better
  - Idiomatic Rust - Writing Concise and Elegant Rust Code [Video] [Slides] by @mre - FOSDEM 2018
  - Idiomatic Rust Libraries [Video] [Slides] by @killercup - Rustfest Kiev 
  - Rust Design Patterns
- Exercises
  - Rust: The Basics
  - rustlings - Small exercises to get you used to reading and writing Rust code
  - Exercism

#### utensil commented at 2018-08-18 12:36:

Closed with https://github.com/utensil/rust-playground/commit/5213a26038c5a48183e28dcb0da0193791fce65b

#### utensil commented at 2019-01-16 02:50:

- https://people.gnome.org/~federico/blog/propagating-errors.html
- http://joeduffyblog.com/2016/02/07/the-error-model/
- https://blogs.gentoo.org/lu_zero/2018/12/30/making-and-using-c-compatible-libraries-in-rust-present-and-future/