1 stable release
1.0.0 | Jan 16, 2023 |
---|
#795 in Command line utilities
6KB
89 lines
Simple Rust HTTP static server
Simple HTTP server written on rust with the main purpose is to serve static files.
How to use?
- Install CLI (
cargo install http-static
) - Learn options (
http-static -h
) - Run a server (
http-static -p 8080
)
Dependencies
~2.5MB
~50K SLoC