Serve a random image!
Go to file
SeanOMik 1138bae234
No unwraps
2022-11-13 20:22:16 -05:00
src No unwraps 2022-11-13 20:22:16 -05:00
.gitignore
Cargo.lock
Cargo.toml
LICENSE
README.md
shell.nix

README.md

Roulette

Serve a random image!

Usage

Serve a random image!

Usage: roulette-rs [OPTIONS] [PATHS]...

Arguments:
  [PATHS]...  Paths to search for images in

Options:
  -b, --bind <BIND>  IP to bind to when serving on [default: 0.0.0.0]
  -p, --port <PORT>  Port to serve the http server on [default: 8080]
  -r, --recursive    Whether or not to recursively search for images in supplied paths
  -h, --help         Print help information
  -V, --version      Print version information

This project is a rust rewrite of a friend's project that I did for fun.