Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 725 Bytes

File metadata and controls

31 lines (19 loc) · 725 Bytes

HTTP Calls in Rust

This project aims to explore making HTTP calls in Rust programming language.

Getting Started

To run the code in this repository, you'll need to have Rust and Cargo installed on your system. If you haven't already, you can install them by following the instructions at rust-lang.org.

Usage

  1. Clone this repository to your local machine:

    git clone https://github.com/your-username/rust-http.git
  2. Navigate to the project directory:

    cd rust-http
  3. Build and run the project:

    cargo run

License

This project is licensed under the MIT License - see the LICENSE file for details.