Thank you for sending your enquiry! One of our team members will contact you shortly.
Thank you for sending your booking! One of our team members will contact you shortly.
Course Outline
Introduction
- What is Rust?
- Comparing Rust with other programming languages
- Overview of Rust features and architecture
Understanding Rust
- The lifecycle of a Rust program
- How Rust complements other languages
- Rust's approach to memory safety and concurrency
Getting Started
- Setting up the Development Environment
- Installing the Rust toolchain
- Configuring the Rust environment
- Utilizing the Cargo package manager
Basic Syntax and Concepts
- Variables and data types
- Control flow and loops
- Functions and modules
- Ownership and borrowing in Rust
Structs, Enums, and Pattern Matching
- Defining and using structs
- Creating and matching enums
- Pattern matching techniques in Rust
Error Handling
- Managing errors using Result and Option types
- Handling panics with panic! and unwrap()
- Writing custom error types
Modules and Packages
- Organizing code structure in Rust
- Creating and using modules
- Building and publishing Rust packages with Cargo
Testing and Documentation
- Writing tests in Rust
- Utilizing the built-in testing framework
- Documenting Rust code with comments and docstrings
Concurrency Basics
- Introduction to concurrency in Rust
- Creating and managing threads
- Synchronization and message passing
Integrating Rust with existing codebases
- Interfacing Rust with other programming languages
- Calling Rust functions from C or C++ code
- Exposing Rust APIs to other languages
Common Idioms and Best Practices
- Exploring common Rust coding styles
- Following Rust community conventions
- Utilizing popular libraries and frameworks
Troubleshooting
- Identifying and resolving common issues in Rust programs
Summary and Next Steps
Requirements
- A solid understanding of fundamental programming concepts
- Prior experience with at least one programming language (preferably C or C++)
Target Audience
- Software Developers
14 Hours
Testimonials (2)
Very good topic structure, perfect presentation, very high level of trainer's knowlwdge. Flawless infrastructure.
Tibor Pozsgai
Course - Rust Advanced
Solid introduction to rust with advanced elements like macros. Practical code exercises, a lot of side comments, free discussion and consultations.