dsfs

Crates.iodsfs
lib.rsdsfs
version0.0.3
sourcesrc
created_at2021-07-23 20:44:16.553749
updated_at2021-08-06 20:29:35.458099
descriptionDead Simple File Server -- The missing Rust development web server.
homepagehttps://unintuitive.org/
repositoryhttps://github.com/stnbu/dsfs
max_upload_size
id426406
size32,478
Mike Burr (stnbu)

documentation

https://github.com/stnbu/dsfs

README

dsfs -- Dead Simple File Server

Someone recently complained to me that there is no1 simple cli http2 file server for testing (and such) that you can just crate install.

But it made me wonder if there is no such thing (apparently) in crates.io because it is "too obvious"... or "in the way" or...? Does not Rust need a good local development web server?

I think finding a reasonable, obvious http file server in Crates is something the Rust ecosystem should have. If you are an experienced Rust developer, this utility is dead obvious.

But, if you are having fun checking out Rust, you might want to, say, serve a dead simple WASM project locally without installing Node(!!!)

There are two dependencies and a handful of Rust code. Showing what a healthy ecosystem Rust has. And it's very easy to understand. And it uses an immensely popular crate that has a very nice tinkering/tinkering ratio, helping with on-boarding.


1: Granted, I did not look very hard. Relax. 2: Actually, the request was for http/2. Working on it. Maybe.

Commit count: 11

cargo fmt