Skip to content

raseniero/learning_rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn Rust

This repository contains a collection of small Rust projects created while learning the language. Each project is a separate crate that explores different concepts of Rust.

File Structure & Crates

The repository is structured into the following crates:

  • branches: Demonstrates control flow with if, else, and different types of loops.
  • functions: Shows how to define and use functions, including parameters and return values.
  • guessing_game: A simple game that introduces concepts like external dependencies (crates), user input, and random number generation.
  • hello_cargo: The classic "Hello, world!" program to get started with Cargo.
  • variables: Explores variables, constants, data types, and compound types.

Learning Rust

For beginners who want to learn Rust, a great resource is the official documentation:

The Rust Programming Language Book

YouTube Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages