## Rust-powered image downloader for 4chan Minimal concurrent image downloader for 4chan threads/boards.

### Installation and usage Build and run with ```shell cargo run -- ``` ```shell USAGE: rusty-downloader --output <--thread |--board > OPTIONS: -b, --board Set a board URL -h, --help Print help information -o, --output Set an output directory -t, --thread Set a thread URL -V, --version Print version information ```