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"
This is a simple axum based static file server.
Build and use static-file-server --dir <> --port <>
.
cargo build --release --target "x86_64-unknown-linux-musl"