Introduction
Let's put Rust into practice
()
What you need to get started
()
1. Rust Code Challenges
Interpret an RGB hex color
()
Travel planner
()
Calculate the median
()
Find unique items
()
Print any text type
()
Case-insensitive sort
()
Convert text to Morse Code
()
Value of a hand of cards
()
Has a deadline been reached?
()
Convert between Celsius and Fahrenheit
()
Sum a list of numbers with missing values
()
Calculate the number of weeks between two dates
()
Validate an ISBN number
()
Check if a file exists
()
Run-length encoding
()
Handle inconsistent dates
()
Final challenge: Vigenère cipher
()