Skip to content

ZeroZ-lab/learn-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn Rust Project

This repository contains examples and exercises for learning the Rust programming language, following best practices for enterprise-level applications and adhering to clean code principles.

How to Run

You can run each example using Cargo. Replace <example_name> with the filename without the .rs extension (e.g., 001-hello-world).

cargo run --bin <example_name>

For example, to run the first example:

cargo run --bin 001-hello-world

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages