Compiler cache that speeds up builds by reusing compiled code
Used as a compiler wrapper and avoids compilation when possible
sccache$ RUSTC_WRAPPER=sccache cargo build$ CC="sccache gcc" CXX="sccache g++" make$ sccache --show-stats$ sccache --zero-stats$ sccache --dist-auth=token s3://bucket-name