Skip to content

fogarecious/rust_tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

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.