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.
- Host: GitHub
- URL: https://github.com/007tickooayush/server-rust
- Owner: 007tickooayush
- Created: 2024-03-15T16:28:49.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-20T09:48:16.000Z (about 1 year ago)
- Last Synced: 2025-02-01T01:36:24.933Z (4 months ago)
- Language: Rust
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.68For more information on Cargo manifest keys and their definitions, refer to [Cargo Manifest Reference](https://doc.rust-lang.org/cargo/reference/manifest.html).