Skip to content

kunals12/rust

Repository files navigation

Rust Workspace Project

This repository is a Rust workspace containing multiple projects for learning and practice. Each project is structured as a standalone Rust binary and is managed under a common workspace.

Prerequisites

  • Rust and Cargo: Ensure you have Rust installed (version 1.60+ recommended).

Setup

  1. Clone the repository:

    git clone https://github.com/your-username/your-repo-name.git
    cd your-repo-name
  2. Ensure all dependencies are installed:

    cargo check

How to Build

To build all the projects in the workspace:

cargo build

How to Run Projects

cargo run -p <project-name>

Example

cargo run -p hello_world

About

rust practice codes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages