Compiler wrapper that caches compilation results to speed up builds
Used as a compiler wrapper and avoids compilation when possible
sccache
$ RUSTC_WRAPPER=sccache cargo build
$ sccache --show-stats
$ sccache --zero-stats