#static-file #file-server #axum #directory #port

bin+lib static-file-server

A simple static file server

3 releases

0.0.3 Dec 18, 2023
0.0.2 Dec 18, 2023
0.0.1 Dec 18, 2023

#29 in #static-file

Download history 1/week @ 2023-12-19 3/week @ 2024-02-20 19/week @ 2024-02-27 2/week @ 2024-03-19 28/week @ 2024-03-26 24/week @ 2024-04-02

54 downloads per month

MIT license

15KB
152 lines

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"

Dependencies

~12–22MB
~264K SLoC