Crates.io | http-serve-rs |
lib.rs | http-serve-rs |
version | 0.2.3 |
source | src |
created_at | 2023-11-27 07:39:39.449535 |
updated_at | 2023-12-30 02:37:26.79627 |
description | Serve static content from files, like Python's http.server |
homepage | |
repository | https://github.com/GeauxEric/http-serve-rs |
max_upload_size | |
id | 1050195 |
size | 36,811 |
To serve static content from local files. Similar to python's http.server.
cargo install http-serve-rs
http-serve-rs --port 3000
See this YouTube video if you are interested in how this tool was developed.