Skip to content

pythonhubdev/rust-learning

Repository files navigation

Rust Learning

This repository contains the code I wrote while learning Rust. I am using the official Rust documentation for learning Rust. I will be adding more code as I learn more about Rust. Any other sources I use will be mentioned in the README.md

Resources

Running the code

To run the code, you need to have Rust installed on your system. You can install Rust by following the instructions on the official Rust website.

To run the code, navigate to the directory containing the code and run the following command:

rustc <filename>.rs

This will compile the code and create an executable file. To run the executable, run the following command:

./<filename>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages