Rust by Example

Rust by Example

Rust is a programming language with a focus on type safety, memory safety, concurrency and performance.

This book is a collection of bitesize examples that illustrate various rustic concepts and the Rust distribution libraries. The source code is hosted here.

Be sure to have Rust installed and the docs at hand, and let's start!

Note: This book will follow the nightly version of Rust until we reach version 1.0; it's highly possible that some examples won't work with snapshot versions like 0.10, so be sure to use a nightly version!