Rustschool is intented for personal use and reference. It was built to maintain Rust Code that I will be working on to learn and reference later.
Rustschool is divided into different sections of learning:
It involves code implementations for Official Rust Book
There are cases where Rust can get confusing. We can use the Rust Playground to understand some nitty-gritty concepts of rust. But, here I have maintained it in repo for later references.
Exercism Website is a great tool for Code practice and mentorship for everyone. This folder will contain code implementations for all my exercism exercises.
My self (naive) implementatons to learn and improve my understanding for DSA, using Rust.
My implementations for questions in Cracking the Coding Interview Book.
GUI:
Implementations using: * Azul (for GUI) * Piston (for Gaming) * GGez (for Gaming) For now I am focusing only on GGez for game development, which interests me a lot.