Welcome to the 100 Days of Rust Coding Challenge! This challenge is designed to help you learn and improve your Rust programming skills over the course of 100 days.
Each day, you will tackle a new Rust programming concept, project, or problem. You will learn about ownership and borrowing, concurrency and parallelism, the Rust standard library, web development with Rust, game development with Rust, machine learning in Rust, system programming in Rust, cryptography in Rust, and blockchain development in Rust.
This challenge is suitable for Rust beginners and intermediate learners who want to improve their skills and build practical projects. It is also a great opportunity to connect with other Rust learners and share knowledge and experiences.
We hope you find this challenge fun and rewarding, and we can't wait to see what you build with Rust!
| Day #2 | [Finding Nemo](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-01/Day-02_Finding-Nemo) | :white_check_mark: |
| Day #3 | [Barbecue Skewers](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-01/Day-03_Barbecue-Skewers) | :white_check_mark: |
| Day #4 | [Is Johnny Making Progress](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-01/Day-04_Is-Johnny-Making-Progress) | :white_check_mark: |
| Day #5 | [Pair Of Socks](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-01/Day-05_Pair-Of-Socks) | :white_check_mark: |
| Day #6 | [Next Prime](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-01/Day-06_Next-Prime) | :white_check_mark: |
| Day #7 | [Merge Sorted Array](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-01/Day-07_Merge-Sorted-Array) | :white_check_mark: |
| Day #8 | [Letter Combinations Of A Phone Number](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-02/Day-08_Letter-Combinations-Of-A-Phone-Number) | :white_check_mark: |
| Day #9 | [Trapping Rain Water](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-02/Day-09_Trapping-Rain-Water) | :white_check_mark: |
| Day #13 | [Need Help With Your Packing](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-02/Day-13_Need-Help-With-Packing) | :white_check_mark: |
| Day #32 | [Climbing The Leaderboard](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-05/Day-32_Climbing-The-Leaderboard) | :white_check_mark: |
| Day #44 | [Maximum Edge Of A Triangle](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-07/Day-44_Maximum-Edge-Of-A-Triangle) | :white_check_mark: |
| Day #45 | [Subtract The Swapped Bits...](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-07/Day-45_Subtract-The-Swapped-Bits-Without-Temp-Storage) | :white_large_square: |
| Day #46 | [Hot Pics Of Danny Devito](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-07/Day-46_Hot-Pics-Of-Danny-Devito) | :white_large_square: |
| Day #47 | [Zip It](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-07/Day-47_Zip-It) | :white_large_square: |
| Day #48 | [Christmas Tree](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-07/Day-48_Christmas-Tree) | :white_large_square: |
| Day #49 | [Swimming Pool](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-07/Day-49_Swimming-Pool) | :white_large_square: |
| Day #50 | [Tic Tac Toe](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-08/Day-50_Tic-Tac-Toe) | :white_large_square: |
| Day #51 | [Asteroid Collision](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-08/Day-51_Asteroid-Collision) | :white_large_square: |
| Day #52 | [Switch On The Gravity](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-08/Day-52_Switch-On-The-Gravity) | :white_large_square: |
| Day #53 | [Javelin Parabolic Throw](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-08/Day-53_Javelin-Parabolic-Throw) | :white_large_square: |
| Day #54 | [RGB To Hex Color Convertor](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-08/Day-54_RGB-To-Hex-Color-Converter) | :white_large_square: |
| Day #55 | [Filter Repeating Character Strings](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-08/Day-55_Filter_Repeating-Character-Strings) | :white_large_square: |
| Day #56 | [Convert To Hex](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-08/Day-56_Convert-To-Hex) | :white_large_square: |
| Day #57 | [Magic Sigil Generator](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-09/Day-57_Magic-Sigil-Generator) | :white_large_square: |
| Day #58 | [Create A Dice Roller](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-09/Day-58_Create-A-Dice-Roller) | :white_large_square: |
| Day #59 | [Perfectly Balanced](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-09/Day-59_Perfectly-Balanced) | :white_large_square: |
| Day #60 | [A Game Of Threes](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-09/Day-60_A-Game-Of-Thrones) | :white_large_square: |
| Day #61 | [Write A Web Crawler](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-09/Day-61_Write-A-Web-Crawler) | :white_large_square: |
| Day #62 | [Funny Plant](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-09/Day-62_Funny-Plant) | :white_large_square: |
| Day #63 | [The Rabbit Problem](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-09/Day-63_The-Rabbit-Problem) | :white_large_square: |
| Day #64 | [First Recurring Character](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-10/Day-64_First-Recurring-Character) | :white_large_square: |
| Day #65 | [ISBN Validator](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-10/Day-65_ISBN-Validator) | :white_large_square: |
| Day #66 | [ISBN Generator](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-10/Day-66_ISBN-Generator) | :white_large_square: |
| Day #67 | [Color Maze](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-10/Day-67_Color-Maze) | :white_large_square: |
| Day #68 | [Clarence The Slow Typist](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-10/Day-68_Clarence-The-Slow-Typist) | :white_large_square: |
| Day #69 | [Garage Door Opener](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-10/Day-69-Garage-Door-Opener) | :white_large_square: |
| Day #70 | [Broken Keyboard](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-10/Day-70_Broken-Keyboard) | :white_large_square: |
| Day #71 | [How Long Has The Light Been On](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-11/Day-71_How-Long-Has-The-Light-Been-On) | :white_large_square: |
| Day #72 | [L33tSpeak Convertor](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-11/Day-72_L33tSpeak-Convertor) | :white_large_square: |
| Day #73 | [L33tSpeak Translator](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-11/Day-73_L337Speak-Generator) | :white_large_square: |
| Day #74 | [CATTLEMETER](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-11/Day-74_CATTLEMETER) | :white_large_square: |
| Day #75 | [Minesweeper](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-11/Day-75_Minesweeper) | :white_large_square: |
| Day #76 | [The Cake Thief](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-11/Day-76_The-Cake-Thief) | :white_large_square: |
| Day #77 | [Bot Saves Princess](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-11/Day-77_Bot-Saves-Princess) | :white_large_square: |
| Day #78 | [A Number Without Numbers](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-12/Day-78_A-Number-Without-Numbers) | :white_large_square: |
| Day #79 | [Analog Clock](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-12/Day-79_Analog-Clock) | :white_large_square: |
| Day #80 | [Make It Look Like You Are Working](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-12/Day-80_Make-It-Look-Like-You-Are-Working) | :white_large_square: |
| Day #81 | [Draw The G Logo](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-12/Day-81_Draw-The-G-Logo) | :white_large_square: |
| Day #82 | [Tidy Numbers](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-12/Day-82_Tidy-Numbers) | :white_large_square: |
| Day #83 | [Bathroom Stalls](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-12/Day-83_Bathroom-Stalls) | :white_large_square: |
| Day #84 | [Vestigium](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-12/Day-84-Vestigium) | :white_large_square: |
| Day #85 | [TCP IP Client Server](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-13/Day-85_TCP-IP-Client-And-Server) | :white_large_square: |
| Day #86 | [Way Too Long Words](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-13/Day-86_Way-Too-Long-Words) | :white_large_square: |
| Day #87 | [Hulk](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-13/Day-87_Hulk) | :white_large_square: |
| Day #88 | [Hit The Lottery](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-13/Day-88_Hit-The-Lottery) | :white_large_square: |
| Day #89 | [Minutes Before The New Year](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-13/Day-89_Minutes_Before_The_New_Year) | :white_large_square: |
| Day #90 | [Radio Station](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-13/Day-90_Radio-Station) | :white_large_square: |
| Day #91 | [Cyberpunk 2078](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-13/Day-91_Cyberpunk-2078) | :white_large_square: |
| Day #92 | [New Year Candles](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-14/Day-92_New-Years-Candles) | :white_large_square: |
| Day #93 | [Dreamoon And Stairs](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-14/Day-93_Dreamoon-And-Stairs) | :white_large_square: |
| Day #94 | [Superhero Transformation](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-14/Day-94_Superhero-Transformation) | :white_large_square: |
| Day #95 | [Free Cash](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-14/Day-95_Free-Crash) | :white_large_square: |
| Day #96 | [Beautiful Paintings](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-14/Day-96_Beautiful-Paintings) | :white_large_square: |
| Day #97 | [Elephant](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-14/Day-97_Elephant) | :white_large_square: |
| Day #98 | [Geography Of Brazil](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-14/Day-98_Geography-Of-Brazil) | :white_large_square: |
| Day #99 | [How Is The Weather](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-15/Day-99_How-Is-The-Weather) | :white_large_square: |
| Day #100 | [Final Hello World](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-15/Day-100_Final-Hello-World) | :white_large_square: |