Skip to content

Latest commit

 

History

History
75 lines (49 loc) · 2.29 KB

README.md

File metadata and controls

75 lines (49 loc) · 2.29 KB

Project logo

Rust Samples

Status GitHub Issues GitHub Pull Requests License


A little playground for myself to try out various ideas in Rust.

📝 Table of Contents

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have a recent version of Windows, macOS, or Linux installed on your system.
  • You have a basic understanding of the command line and Git.

🏁 Getting Started

To get started with this project, you will need to have Rust installed on your system. If you don't have Rust installed, you can download and install it from the official Rust website: https://www.rust-lang.org/tools/install.

Once you have Rust installed, you can clone this repository:

git clone https://github.com/itsthatguy/rust-samples.git

🏃‍♂️ Running the Application

To run the application, navigate to the project directory and run the following command:

cargo run

This will compile and run the project. You should see:

Hello from tools
Hi from Hammer
Hi from Saw
Hello from hammer
Hello from saw

🔧 Running the tests

To run the tests for this application, navigate to the project directory and run the following command:

cargo test

This will run all of the tests in the project and report any failures.

⛏️ Built Using