|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/rust-programming-language-complete-tutorial/
课程评论:没有评论
课程名称:Rust编程语言:完整课程 课程概述:Rust是一种开源的系统编程语言,注重速度、内存安全和并行性。开发人员使用Rust创建各种新的软件应用程序,包括游戏引擎、操作系统、文件系统、浏览器组件和虚拟现实的仿真引擎。本课程将教您如何安装Rust,并使您熟悉基本概念,如变量、数据类型、方法语法、枚举等。您将发现Rust独特的所有权原则如何影响该语言。此外,课程还将涵盖数据处理、模式匹配和错误处理。课程中还展示了泛型类型和特征的使用、文件输入输出、迭代器和闭包的内容。随后,我们将探讨智能指针、并发性和Rust中的面向对象编程。 课程内容包括: - 安装Rust和IDE - 数据类型 - Rust所有权模型 - 内存分配 - 竞争条件 - 函数 - 引用与借用 - 结构体 - 方法语法 - 使用Result演示可恢复错误 - 工作与枚举 - 泛型类型和特征 - 输入/输出 - 文件I/O - 迭代器和闭包 - 智能指针 - Rust中的并发性 让我们开始这个课程吧。
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 also demonstrates use of generic types and traits, File I/O, Iterators and Closure. Then we explore Smart Pointers, Concurrency and Object-Oriented programming in Rust.Course Contents:Installing Rust and IDEData typesRust Ownership ModelMemory allocationsRace conditionsFunctionsReferences and BorrowingStructsMethod syntaxDemonstrating recoverable errors with ResultWorking with enumsGeneric Types and TraitsInput/OutputFile I/OIterators and ClosuresSmart PointersConcurrency in RustSo let's dive into the course.