This service is providing favicons based on the given url parameter and in addition, is able to resize the returned ico based on the passed ?size query paremter.
Having Rust installed on your system
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shgit clone git@github.com:gruberb/probe-rs.gitcd probe-rscargo build --release
Either
$ cargo runor with logs
$ RUST_LOG=info cargo runor the releas binary
$ ./target/release/probe-rsOpen your browser and query http://localhost:3000/favicon?url=mozilla.org&size=180
