blob: 6a897e8aa42aad699e2056982db4fa17da3cb94a [file] [log] [blame] [view] [edit]
# Rust by Example
[Rust](http://www.rust-lang.org/) 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.
Be sure to have rust [installed](http://www.rust-lang.org/install.html) and the
[docs](http://doc.rust-lang.org/std/) at hand, 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
version like 0.10, be sure to use a nightly version!