simple cache-warming via sitemap

This small command line tool can be used to warm CDNs or website caches, based on a sitemap.

``` USAGE: heater [OPTIONS]

FLAGS: -h, --help Prints help information -V, --version Prints version information

OPTIONS: --header ... header variation --language ... language tags will be used to generate all possible permutations of these languages, including their order

ARGS: sitemap URL ```

installation

For now, it can be simply installed globally via cargo install heater.

examples