simple-image-server

Crates.iosimple-image-server
lib.rssimple-image-server
version0.0.1
created_at2025-10-08 21:28:16.484981+00
updated_at2025-10-08 21:28:16.484981+00
descriptionA simple cli image server to host a configurable image (located at the `--image` argument) on `0.0.0.0` at a configurable port (via the `--port` argument).
homepage
repository
max_upload_size
id1874609
size62,720
(oxzidized)

documentation

README

simple-image-server

A simple cli image server to host a configurable image (located at the --image argument) on 0.0.0.0 at a configurable port (via the --port argument).

Example: simple-image-server --port 8123 --image ./image.png

Disclaimer: this was thrown together quickly and not significantly tested yet.

Commit count: 0

cargo fmt