Skip to content

dev-rajm/Rustacean

Repository files navigation

Rust Practice Programs 🦀

Welcome to my Rust Practice Programs repository! 🎉

This repository contains all the Rust programs I created while learning and practicing Rust. Each program organized into its own folder, with a dedicated README file to explain its functionality and implementation.

🏗️ Repository Structure

  • Each folder (program/) contains:
    • A main.rs file: The rust code for that program.
    • A README.md file: Documentation specific to the program, explaining its purpose and usage.

🪴 How to Use This Repository

  1. Clone the repository:
$ git clone https://github.com/rajmanna-dev/Rustacean.git
  1. Navigate to a program folder:
$ cd Rustacean/guessing_game
  1. Run the program:
# Programs includes Cargo.toml
$ cargo run
  1. Compile and run the program(programs without Cargo.toml):
# Compile the program
$ rustc hello_rust.rs

# Run the program on Linux or MAC
$ ./hello_rust

# Run the program on Windows
>>> .\hello_rust.exe

📃 Programs List

Program Description
🌍 Hello World Program
🚢 Hello Cargo Program
🎮 Number Guessing Game Program
🚅 Variable Program
🌀 Data Types Program
🦾 Functions Program
🚗 Conditional Statement Program
➿ Loops Program

🤝 Contributions

While this repository is primarily for personal learning, contributions or suggestions are welcome! Feel free to open issues or pull requests if you spot improvements or have ideas.

🪪 License

This repository is licensed under the MIT License. Feel free to use and modify the code for your own learning and projects.

About

Steps to become a Rustacean

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages