Rust Platform
Exercises
Profile
Login
Exercises
Pybites's Exercises
Level
Name
Tags
Hello Rustacean
strings
Variables and Mutability
variables
mutability
Primitive Types
types
primitives
Function Return Values
functions
Control Flow
if statements
match
pattern matching
Strings and Slices
slicing
strings
Vectors and Vec
slicing
vec
array
Working with Enums
enums
lifetimes
Result Handling
result
error handling
Basic Tokenizer
enums
tokenizing
strings
Ownership and Borrowing
ownership
borrowing
Basic Struct
format
structs