Welcome to the Learning-Rust repository! This is a public repository where you can find resources and code examples for learning the Rust programming language.
Rust is a modern systems programming language known for its focus on performance, memory safety, and concurrency. It's designed to be reliable, efficient, and safe from memory-related bugs like null pointer dereferences and data races. Rust has a growing community of developers and is increasingly being adopted in various domains, including systems programming, web development, networking, embedded systems, and more.
The intention of this repository is to include code articles including contextual information and a nunber of mini-projects
The Rust Programming Language book has been used to create this repository