An open API service indexing awesome lists of open source software.

https://github.com/007tickooayush/server-rust

A Web Server for handling REST APIs using Rust.
https://github.com/007tickooayush/server-rust

Last synced: about 2 months ago
JSON representation

A Web Server for handling REST APIs using Rust.

Awesome Lists containing this project

README

        

## README.md

### Project: server-rust

This project is a REST API Web server implemented in Rust using the following dependencies:

- **tokio**:
- Version: 1.0.0
- Features: rt, rt-multi-thread, macros

- **axum**:
- Version: 0.6.20
- Features: headers

- **serde**:
- Version: 1.0
- Features: derive

- **serde_json**:
- Version: 1.0.68

For more information on Cargo manifest keys and their definitions, refer to [Cargo Manifest Reference](https://doc.rust-lang.org/cargo/reference/manifest.html).