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

https://github.com/arikato111/learn-rust-http

learning rust to create http server for backend
https://github.com/arikato111/learn-rust-http

learning restful-api rust

Last synced: 10 months ago
JSON representation

learning rust to create http server for backend

Awesome Lists containing this project

README

          


rust

#

learn rust http

learn rust programming to create http server for back-end

## Get started

- clone this repository
- run `cargo run` to run server
- open [localhost:8000](http://localhost:8000) on your browser
- start edit with `./src/main.rs`

## packages and tools

- Standard libraries
- [serde_json](https://docs.rs/serde_json/latest/serde_json/)