| Crates.io | smallserve |
| lib.rs | smallserve |
| version | 0.1.1 |
| created_at | 2025-06-30 22:56:39.005912+00 |
| updated_at | 2025-06-30 23:02:21.674693+00 |
| description | A minimal static file server written in Rust. |
| homepage | |
| repository | https://github.com/tim-hub/smallserve |
| max_upload_size | |
| id | 1732528 |
| size | 29,874 |
This is inspired by Python SimpleHTTPServer, but written in Rust. It is a simple HTTP server that serves files from a directory.
Sometimes you may want to quickly test some static files locally, or share files at your local network.
In Python, you have SimpleHTTPServer, which is a simple HTTP server that serves files from a directory. In Rust, you
have smallserve, which is a simple HTTP server that serves files from a directory.
smallserve is a rust implementation of a simple HTTP server that serves files from a directory. It is designed to be fast, lightweight, and easy to use.
cargo install smallservesmallserve -d <static files directory>
cargo run -- --port 7777 -d ./