Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Programs

This repository contains various Rust programs, designed to showcase different features of the Rust programming language. Each program is built and managed using Cargo, the Rust package manager.

Prerequisites

Before running any of the Rust programs, ensure that you have the following installed:

  • Rust: You can install Rust using rustup.
  • Cargo: Cargo is the package manager that comes bundled with Rust.

To verify that Rust and Cargo are installed, run the following commands:

rustc --version
cargo --version


## Installation

1. Clone the repository:

   ```bash
   git clone https://github.com/MohsinAliSolangi/rust_programs.git
  1. Navigate into the project directory:

    cd rust_programs
  2. Build the program:

    cargo build
  3. Run the program:

    cargo run

Creating a New Program

To create a new Rust program within the repository, follow these steps:

  1. Use Cargo to create a new project:

    cargo new program_name
  2. Navigate into the new program's directory:

    cd program_name
  3. Build and run the program:

    cargo build
    cargo run

Usage

Each program in this repository is a standalone Rust application. You can navigate to the individual program folders and run the following commands to build and execute the program:

cargo build
cargo run

Technologies Used

  • Rust: The primary programming language used in this repository.
  • Cargo: Rust’s package manager and build system.

License

This project is licensed under the MIT License.

🚀 Contact

For any questions, feedback, or inquiries, feel free to reach out to Mohsin Ali Solangi. You can connect via the following platforms:

🌐 Linktree: Mohsin Ali Solangi

🔗 LinkedIn: Mohsin Ali Solangi

Looking forward to hearing from you! 😄


About

This repository contains various Rust programs, designed to showcase different features of the Rust programming language. Each program is built and managed using Cargo, the Rust package manager.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages