| Crates.io | simple-image-server |
| lib.rs | simple-image-server |
| version | 0.0.1 |
| created_at | 2025-10-08 21:28:16.484981+00 |
| updated_at | 2025-10-08 21:28:16.484981+00 |
| description | 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). |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1874609 |
| size | 62,720 |
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.