## Imageboard downloader in Rust

### 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 ``` ### Dependencies ![DependenciesGraph](https://github.com/17ms/rusty-downloader/blob/master/doc/structure.svg)