A sample repository of dependency free rust for web

during my early days with rust i was bothered by lack of built in Http library and being forced to use frameworks , so i have given my best shot in re-creating Go-lang http library functionality into rust , without depending on 3rd party code ( except threadpool part , ive imported that file straight from book, sorry for that) and i have also added my notes of things i learnt as comments within code for ease of understanding), i am yet to add CRUD part to it

every suggestion and contribution is welcome !

https://github.com/acnologia000/rust_web_api_example

this is supposed to be an educational repo with simple code

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.