Contributions

Article
The gist of it is, as far as I can tell, there should be some way to not have to write Ok(...) for the happy path in functions which return Result. He specifically is advocating for a throws keyword that would go a bit beyond just this basic change, but the problem he’s mainly trying to fix is having to type Ok(...) so often.
Library
An NES emulator written in Rust
Library
A web framework for Rust.
Library
An image processing library for Rust
Library
a Rust library implementing safe, lightweight context switches, without relying on kernel services
Library
A set of Rust crates for interacting with the Matrix chat network.
Library
A Rust compiler plugin and support library to annotate overflow behavior
Tutorial
The Rust Story
The Conrod GUI
API Code
Tutorial
This is a super early-stage demonstration of Conrod - a 100% Rust "Immediate-Mode" Graphical User Interface library that I've been developing under the PistonWorks umbrella for the past couple weeks.
Tutorial
Making a really simple clicker game in Rust. A pure showcase. There's no voice over.
Library
Reliable p2p network connections in Rust with NAT traversal. One of the most needed libraries for any server-less / decentralised projects