YoVDO

Rust

Offered By: Exercism

Tags

Rust Courses Programming Languages Courses Struct Courses Thread Safety Courses Enums Courses Memory Safety Courses Systems Programming Courses

Course Description

Overview

Rust is a systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety. It aims to bring modern language design and an advanced type system to systems programming. Rust does not use a garbage collector, using advanced static analysis to provide deterministic drops instead. It accomplishes this via the concept of ownership.

Rust's core and the standard library are intentionally minimal; batteries are not included. Rustaceans are instead encouraged to add libraries, called crates, to the language by sharing them on crates.io.

Rust is most frequently used for applications where speed, performance and stability are essential. The Awesome Rust list collects examples of Rust projects, which include CLI tools, ORMs, operating systems and games. Regardless of what you build in Rust, it will be fast and memory safe!

The home page for Rust is rust-lang.org. Rust has excellent documentation at rust-lang.org/documentation.html. Newcomers should start with "The Book" located at doc.rust-lang.org/book/.


Syllabus

  • Functions
  • Enums Basic
  • Floating Point Numbers
  • Integers
  • Structs
  • Methods
  • External crates
  • vec! macro
  • Destructuring
  • Tuples
  • Option
  • Entry API
  • Vector as a Stack

Related Courses

Advanced CloudFormation: Macros (Simplified Chinese)
Amazon Web Services via AWS Skill Builder
Advanced Java Concurrency
Vanderbilt University via Coursera
Advanced Monitoring and Optimizing with DynamoDB (Traditional Chinese)
Amazon Web Services via AWS Skill Builder
Advanced SAS Programming Techniques
SAS via Coursera
Amazon DynamoDB for Serverless Architectures (Spanish)
Amazon Web Services via AWS Skill Builder