boltse 0.2.0

A lightweight HTTP server for static files.
Documentation
1
2
3
4
5
6
7
8
# boltse

A lightweight HTTP server for static files.

Inspired by numerous guides, e.g.:
* https://www.diegorodrigo.dev/en/2024/02/04/creating-an-http-server-using-rust/
* https://doc.rust-lang.org/book/ch20-01-single-threaded.html
* https://medium.com/@rameshovyas/a-step-by-step-guide-to-build-a-custom-http-server-of-own-in-rust-7308cead63a2