A repo used to learn rust using the official book which is affectionately called "The Book" , this contains certain examples which might come handy in the future.
Prerequisites/ Dependencies
Rust compiler Cargo (comes alongside the compiler)
1. Build
- Clone the repository from GitHub
git clone https://github.com/saivishnu725/.git
- Remove the pre-compiled binary
cd
cargo run
License
GNU General Public License v2.0