Pragmatic AI Labs

Rust From Zero

Noah Gift
Liam Parker

位教师:Noah Gift

包含在 Coursera Plus

深入了解一个主题并学习基础知识。
初级 等级

推荐体验

6 小时 完成
灵活的计划
自行安排学习进度
深入了解一个主题并学习基础知识。
初级 等级

推荐体验

6 小时 完成
灵活的计划
自行安排学习进度

您将学到什么

  • Write memory-safe Rust programs without a garbage collector by applying ownership, borrowing, and the `Copy`/`Clone` trait rules

  • Handle errors idiomatically with `Option<T>`, `Result<T, E>`, `match`, and the `?` operator — no `null`, no uncaught exceptions

  • Build reusable abstractions with generics, traits, and lifetimes, and organize code using modules, closures, and iterators

要了解的详细信息

可分享的证书

添加到您的领英档案

最近已更新!

April 2026

作业

4 项作业

授课语言:英语(English)

了解顶级公司的员工如何掌握热门技能

Petrobras, TATA, Danone, Capgemini, P&G 和 L'Oreal 的徽标

该课程共有4个模块

Install the Rust toolchain, ship a first Cargo project, and learn the scalar and compound types you will reach for every day: let and mut, functions, control flow, tuples, arrays, structs, String and string slices, Vec, and HashMap.

涵盖的内容

7个视频7篇阅读材料1个作业

The two ideas that make Rust different from every other systems language: a value has exactly one owner and is freed deterministically on scope exit, and errors are values on the type-checked return path rather than exceptions. This module covers moves, Copy and Clone,shared and exclusive references, enums, Option, pattern matching,panics, and Result with the question mark operator.

涵盖的内容

7个视频6篇阅读材料1个作业

The three abstractions that let Rust stay allocation-free while looking high-level: generics (monomorphized at compile time), traits(shared behavior and dynamic dispatch), and lifetimes (proving references never dangle). The module closes with modules, closures,and the iterator combinators (map, filter, collect) that make data pipelines idiomatic.

涵盖的内容

4个视频6篇阅读材料1个作业

Apply everything from Weeks 1 through 3 to build a single end-to-end Rust command-line program. The capstone has two tracks: a local project that ships with tests and a clippy-clean build, and a zero-install playground reading that works in any browser via the Rust Playground at play.rust-lang.org.

涵盖的内容

4篇阅读材料1个作业

位教师

Noah Gift
Pragmatic AI Labs
36 门课程2,532 名学生

提供方

Pragmatic AI Labs

从 Software Development 浏览更多内容

人们为什么选择 Coursera 来帮助自己实现职业发展

Felipe M.

自 2018开始学习的学生
''能够按照自己的速度和节奏学习课程是一次很棒的经历。只要符合自己的时间表和心情,我就可以学习。'

Jennifer J.

自 2020开始学习的学生
''我直接将从课程中学到的概念和技能应用到一个令人兴奋的新工作项目中。'

Larry W.

自 2021开始学习的学生
''如果我的大学不提供我需要的主题课程,Coursera 便是最好的去处之一。'

Chaitanya A.

''学习不仅仅是在工作中做的更好:它远不止于此。Coursera 让我无限制地学习。'
Coursera Plus

通过 Coursera Plus 开启新生涯

无限制访问 10,000+ 世界一流的课程、实践项目和就业就绪证书课程 - 所有这些都包含在您的订阅中

通过在线学位推动您的职业生涯

获取世界一流大学的学位 - 100% 在线

加入超过 3400 家选择 Coursera for Business 的全球公司

提升员工的技能,使其在数字经济中脱颖而出

常见问题