|
Easy
|
Hello, Rustacean!
|
strings
functions
intro
|
|
Easy
|
Variables and Mutability
|
variables
mutability
loops
intro
pdc-w1
|
|
Easy
|
Primitive Types
|
types
primitives
pdc-w1
intro
format
|
|
Easy
|
Control Flow
|
match
control-flow
conditionals
intro
pdc-w1
|
|
Easy
|
Strings and Slices
|
strings
borrowing
slices
intro
pdc-w1
|
|
Easy
|
Result Handling
|
result
pdc-w2
intro
error-handling
|
|
Easy
|
Functions and Return Values
|
expressions
functions
intro
return-values
|
|
Easy
|
Vectors and Slices
|
mutation
slices
vectors
intro
|
|
Easy
|
Enums and Match
|
enums
pdc-w1
intro
pattern-matching
|
|
Easy
|
Basic Structs
|
impl
structs
methods
intro
pdc-w3
|
|
Medium
|
Basic Tokenizer
|
enums
strings
pdc-w4
parsing
intro
|
|
Medium
|
Ownership and Borrowing
|
ownership
borrowing
intro
references
pdc-w3
|
|
Medium
|
Mini Parser
|
enums
strings
parsing
result
pdc-w4
intro
|
|
Medium
|
Custom Error Types
|
enums
result
error-handling
pdc-w2
question-mark
intro
|
|
Medium
|
Advanced Pattern Matching
|
destructuring
guards
enums
intro
pdc-w1
pattern-matching
|