MP4 | Video: h264, 1280×720 | Audio: AAC, 48 KHz, 2 ChGenre: eLearning | Language: English + .VTT | Duration: 2.5 hour | Size: 892 MBMaster Systems Programming with Rust Programming LanguageWhat you’ll learnRust Programming Langauge concepts.
RequirementsBasic programming experienceDescriptionRust 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.
Course Contents:Installing Rust and IDEData typesRust Ownership ModelMemory allocationsRace conditionsFunctionsReferences and BorrowingStructsMethod syntaxDemonstrating recoverable errors with ResultWorking with enumsGetting user inputWho this course is for:System Programmers, Software Developers, Computer Scientists