Courses
Rust fundamentals
Fundamental typestype aliases
Odak modu
A Tour of Rust
Why Rust?
Rust Setup & Environments
Cargo
Rust Functions
Writing and Running Unit Tests
Fundamental Types
String & Str and Tuples
Pointer Types (References, Boxes)
Arrays
Vectors
Slices
Type Aliases
Understanding Ownership
Expressions
Match
If Let
Loops
Control Flow in Loops
Return Expressions
Assignment(+=, *=)
Type Casts (..as..)
Closures
Error Handling
Crates and Modules
Crates Structure
Workspaces
Structs
Defining Methods with Impl
Generics and Lifetimes
Enums
Impl
Traits
Implementing Traits
Utility Traits (Drop, Sized, Clone, Copy)
Iterators
Into Iterator Traits
iter and iter_mut Methods
Iterator Adapters (map, filter,...)
Collections
HashMap
HashSet
Strings and Text
Formatting Values
Regular Expressions
With the "type" keyword, a new naming can be made for an existing data type or data type combination. (like typedef in c++)
Yorum yapabilmek için derse kayıt olmalısın!