Video description
Rust is a new programming language offering the performance and control over memory of C and C++, combined with a type system that catches memory leaks, null pointer fetches, dangling pointers, and even the nastier thread interactions. The price? You have to think a bit more before you write.This webcast will cover:How Rust ensures memory safety: lifetimes, ownership, and borrowingPolymorphism in Rust: traits, generics, and how they work togetherModules, crates, and CargoConcurrency, and how Rust forbids data races
Publisher resources
Table of contents
Product information
- Title: The Rust Programming Language: Fast, Safe, and Beautiful
- Author(s):
- Release date: January 2015
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781491925447
You might also like
book
40 Algorithms Every Programmer Should Know
Learn algorithms for solving classic computer science problems with this concise guide covering everything from fundamental …
video
Rust in Motion
If you want to start with Rust I recommend this course without a doubt. Roberto Gammino, …
book
Software Engineering at Google
Today, software engineers need to know not only how to program effectively but also how to …
book
Head First Design Patterns, 2nd Edition
You know you don’t want to reinvent the wheel, so you look to design patterns—the lessons …