HAPPY BOOKSGIVING
Use code BOOKSGIVING during checkout to save 40%-55% on books and eBooks. Shop now.
Video accessible from your Account page after purchase.
Register your product to gain access to bonus material or receive a coupon.
7 Hours of Video Instruction
Rust programming for real-world applications
Rust Programming Part 1 teaches you the foundations of Rust programming through clear training and detailed examples. Rust is the language many passionate programmers have embraced because of its expressiveness, sophistication, and rigor. The Rust language combines the efficiency, speed, and low-level power of C/C++ with the benefits of higher-level languages such as Java, Python, and C#, and you can use it to implement all kinds of solutions including embedded systems, DevOps operators, operating systems, and platforms, and much more besides.
Rust Programming Foundations is Part 1 of your learning journey. You will learn about the Rust toolset, the Rust type system, and how to implement flow control. You will also learn how to use compound types and collections, and how Rust carefully manages the lifetime of objects and how they are referenced safely in your code. Experienced trainer Andy Olsen will systematically show you how to avoid the pitfalls and errors that are common in C and C++.
Topics included in this course:
Skill Level:
Learn How To:
Course requirement:
Who Should Take This Course:
About Pearson Video Training:
Pearson publishes expert-led video tutorials covering a wide selection of technology topics designed to teach you the skills you need to succeed. These professional and personal technology videos feature world-leading author instructors published by your trusted technology brands: Addison-Wesley, Cisco Press, Pearson IT Certification, Sams, and Que. Topics include: IT Certification, Network Security, Cisco Technology, Programming, Web Development, Mobile Development, and more. Learn more about Pearson Video training at http://www.informit.com/video.
Video Lessons are available for download for offline viewing within the streaming format. Look for the green arrow in each lesson.
Module 1: Rust Programming Essentials
Lesson 1: Getting Started with Rust
Lesson 2: Understanding Rust Variables and Types
Lesson 3: Implementing Flow Control
Lesson 4: Understanding Enums
Lesson 5: Using Compound Types and Collections
Module 2: Rust Ownership and Borrowing
Lesson 6: Understanding Ownership in Rust
Lesson 7: Understanding Borrowing in Rust