Oreilly - The Rust Programming Language: Fast, Safe, and Beautiful
by | Released January 2015 | ISBN: 9781491925447
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 Show and hide more Publisher resources View/Submit Errata
- The Rust Programming Language: Fast, Safe, and Beautiful 1:10:08
Show and hide more