- The Rust Programming Language
- The Advanced Rust Programming Language
- A curated list of awesome Rust code and resources
- 'The Rust Programming Language' E-Books
- “요즘 뜨는 4대 프로그래밍 언어, 이렇게 배워보세요”
- http://www.reddit.com/r/rust
- Getting started contributing to Rust
- Worst-case optimal joins, in dataflow
- Fearless Concurrency with Rust
- Mixing matching, mutation, and moves in Rust
- Differential dataflow
- More Rust compared to C++
- Rust Once, Run Everywhere
- Pre-Pooping Your Pants With Rust
- Reenix: Implementing a Unix-Like Operating System in Rust
- A Rust Contributor Tries Their Hand at Go
- How to Write a Rust Syntax Extension
- Virtual Structs Part 1: Where Rust’s Enum Shines
- Virtual Structs Part 2: Classes Strike Back
- Virtual Structs Part 3: Bringing Enums and Structs Together
- Using Rust to generate Mercurial short-hash collisions
- Where Self Meets Sized: Revisiting Object Safety
- Rust's cartridge for OpenShift
- Where Rust Really Shines
- Rust + Go
- Finding Closure in Rust
- Abstraction without overhead: traits in Rust
- Rust Discovery, or: How I Figure Things Out
- Criticizing the Rust Language, and Why C/C++ Will Never Die
- A Taste of Rust
- Error Handling in Rust
- A bunch of links to blog posts, articles, videos, etc for learning Rust
- Pragmatic Bare Metal Rust
- Rust traits for developer friendly libraries
- Rust for Python Programmers
- Wrapper Types in Rust: Choosing Your Guarantees
- Unsafe Rust: An Intro and Open Questions
- I wrote a website in Rust and lived to tell the tale
- Generating Rust Bindings for Embedded Libraries
- Three months of Rust
- Expressing L-systems in Rust
- A Simple Web App in Rust, Part 1
- The Problem With Single-threaded Shared Mutability
- 60sec Review: Rust Language
- Exceptional results: error handling with C# and Rust
- First Rust Program Pain (So you can avoid it…)
- Why Go and Rust are not competitors
- Building an iOS App in Rust, Part 1: Getting Started with Rust
- A Pythonist getting Rusty these days... (Part 1)
- A Pythonist getting Rusty these days... (Part 2)
- How Rust Achieves Thread Safety
- Five lists of six things about Rust
- Learning Rust With Entirely Too Many Linked Lists
- Visualizing Rust's type-system
- Exploiting Ousterhout’s Dichotomy for fast longitude, latitude to BNG conversion, using Rust, threads, and Python FFI
- Type-checked matrix operations in Rust
- Go and Rust — objects without class
- Why Rust Appeals to Me
- Sorting out graph processing
- Production user research summary
- Configuring Emacs for Rust
- SIMD in Rust
- Designing a GC in Rust
- Lock-freedom without garbage collection
- Roguelike Tutorial in Rust
- Eliminating branches in Rust for fun... but not much profit
- Asynchronous IO in Rust
- Rust bare metal on ARM microcontroller
- Running Rust on the Rumprun unikernel
- When Rust Makes Sense, or The State of Typed Languages - No Fun Allowed
- An introduction to differential dataflow, part 1.
- Trying Rust for web services
- My gamedever wishlist for Rust
- Experiences Building an OS in Rust
- Rust Faster!
- Rust in Detail: Writing Scalable Chat Service from Scratch
- Rust in Detail, Part 2
- Understanding Over Guesswork
- Writing my first Rust crate: jsonwebtoken
- Rust Lifetimes
- Index 1,600,000,000 Keys with Automata and Rust
- Writing an OS in Rust
- Making Popcorn: Adding a disk to a Rust Rumprun Unikernel
- annotated-std-rs - An annotation of the Rust standard library
- conrod - An easy-to-use, immediate-mode, 2D GUI library written entirely in Rust
- BulletinBoard DHT - A general-purpose DHT
- Piston A user friendly game engine written in Rust
- A SQL database written in Rust
- Backend-agnostic snapshotting backup system
- An example of a Rust web service with Iron and Hyper
- Encoder and decoder for HTTP chunked transfer coding (RFC 7230 § 4.1) https://crates.io/crates/chunked_transfer
- IRON - extensible web framework for rust
- Library for serializing the RSS web content syndication format https://crates.io/crates/rss
- deuterium-orm - Fully typed SQL query builder for Rust
- glium library - safe openGL in rust
- kiss-ui - A simple UI framework for Rust built on top of IUP (http://webserver2.tecgraf.puc-rio.br/iup/)
- LALRPOP is an LR(1) parser generator that emits Rust code
- Maud - an experimental template language for Rust
- Metal IO library for Rust
- Nom, a byte oriented, streaming, zero copy, parser combinators library in Rust
- Nucleon is a dynamic TCP load balancer written in Rust
- pirate - A command-line arrrrguments parser, written in Rust
- Playground
- plex - a parser and lexer generator as a Rust syntax extension
- Plumbum (latin for lead) is a port of Michael Snoyman's excellent conduit library. It allows for production, transformation, and consumption of streams of data in constant memory
- Redox: A Rust Operating System https://redox-os.org
- rsedis - Redis re-implemented in Rust
- Rusoto, an AWS SDK for Rust
- Rustation PlayStation emulator
- Rust-Bio - a bioinformatics library for the Rust language
- rust-doom - A Doom Renderer written in Rust
- rustorm - A simple ORM for rust
- Rust-TodoMVC
- tray_rust - A toy ray tracer in Rust
- Visual Rust 0.1 is out
- xi editor project is an attempt to build a high quality text editor, using modern software engineering techniques