Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 574 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 574 Bytes

Web Service

A simple web service developed using Rust and the Warp framework.

Key Features

Running the Project

To run the project, follow these steps:

  1. Clone the repository: git clone https://github.com/iArtemv/rust-web-service.git
  2. Navigate to the project directory: cd rust-web-service
  3. Run the project: cargo run

Technologies

  • Rust
  • Warp (web framework for Rust)