The primary purpose of this project was to learn Rust and explore the benefits that it provides. Rust introduces the concept of ownership and borrowing, which is enforced by the compiler and prevents ...
This programs demonstrates the basics of Rust the programming languguage. Rust is mainly used for low level programming but is becoming more popular in todays world. I decided to learn the basics to ...