A simple web service developed using Rust and the Warp framework.
- The code creates a simple web service that responds to requests at http://127.0.0.1:3030/hello/world with the message "Hello, world!".
To run the project, follow these steps:
- Clone the repository:
git clone https://github.com/iArtemv/rust-web-service.git
- Navigate to the project directory:
cd rust-web-service
- Run the project:
cargo run
- Rust
- Warp (web framework for Rust)