Skip to content

Personal Repository to experiment and learn Rust practically. Focusing on learning about how to program in strictly typed languages and actively thinking of memory management

CoDeReD72/Learning-Rust

Repository files navigation

Learning-Rust

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.

About Rust

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.

Repository Contents

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

About

Personal Repository to experiment and learn Rust practically. Focusing on learning about how to program in strictly typed languages and actively thinking of memory management

Topics

Resources

Stars

Watchers

Forks

Languages