Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.51 KB

README.md

File metadata and controls

48 lines (37 loc) · 1.51 KB

Simple Rust Tutorial

Rust is a programming language that provides extra reliability of software, memory safety especially. This tutorial serves as a quick start for Rust. We try to keep each part of the tutorial as simple as possible.

Quick Start

Basic

See Also

  • Rust - the Rust programming language.
  • The Book - an official introductory book about Rust.

Contributions

Pull requests for typos, incorrect information, or other ideas are welcome!

License

All code in the tutorial is provided under the MIT License.