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

https://github.com/akagi201/rust-web-fullstack

Toy projects while learning rust web development.
https://github.com/akagi201/rust-web-fullstack

http redis toy-project

Last synced: 5 months ago
JSON representation

Toy projects while learning rust web development.

Awesome Lists containing this project

README

          

# rust-web-fullstack

Toy projects while learning rust web development.

## Projects

* [raw-http-server](raw-http-server/) implement a simple HTTP server based on TCP server
* [mini-redis](mini-redis/) tokio mini-redis tutorial