Rust is an open-source Systems Programming language that focuses
on speed, memory safety, and parallelism. Developers use Rust to
create a wide range of new software applications, such as game
engines, operating systems, file systems, browser components and
simulation engines for virtual reality.
This course teaches you how to install Rust and then familiarize
yourself with basic concepts like variables, data types, method
syntax, enums, and more. Discover how the unique Ownership
Principles of Rust impact the language. Data Handling, Pattern
Matching, and Error Handling are also covered. The course wraps up
with a sample Rust project that shows you how it all comes
together.