static-file-server

Crates.iostatic-file-server
lib.rsstatic-file-server
version0.0.3
sourcesrc
created_at2023-12-18 11:54:03.934515
updated_at2023-12-18 12:10:52.103955
descriptionA simple static file server
homepage
repositoryhttps://github.com/ohaddahan/static-file-server
max_upload_size
id1073308
size49,988
(ohaddahan)

documentation

https://docs.rs/crate/static-file-server

README

Static File Server

This is a simple axum based static file server.

Build and use static-file-server --dir <> --port <>.

Cross Compile

  • cargo build --release --target "x86_64-unknown-linux-musl"
Commit count: 18

cargo fmt