Skip to content

Latest commit

 

History

History
77 lines (43 loc) · 2.41 KB

README.md

File metadata and controls

77 lines (43 loc) · 2.41 KB

Rust-Menagerie

It contains materials about the Rust Programming Language.

General

Official docs

The Rust Programming Language (The Book)

Language Reference

Rust by Example

Rustc Dev. Guide

The cargo Book

The rustup Book

The rustc Book

The Rust RFC Book

The Rustonomicon

Unsafe Code Guidelines

Talks

Stanford Seminar - The Rust Programming Language

Rust: A Language for the Next 40 Years - Carol Nichols

Considering Rust - Jon Gjengset

Misc

[Rust for the Polyglot Programmer] pdf web

Rust Blog

crates.io

Rust Conf

Project Servo (An "ancient" talk about Rust given by Graydon Hoare in 2010)

Technical Details

[Rust Blog] Introducing MIR

Unsafe Rust

[The Rust Book] Unsafe Rust

[2016] The Scope of Unsafe

[2016] Unsafe abstractions

[Google Fuchsia] Unsafe code in Rust

Learn Rust the Dangerous Way

The Rustonomicon

Research Papers and Talks

papers

Others

c2rust

Rust Cheat sheet

MSRC's Rust blogs

Rust for IoT