This repository has been archived by the owner on Oct 18, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cargo-chef allows to split downloading and building dependencies from building the actual project. This allows docker to cache a layer that downloads and builds dependencies and rebuild only the project instead. This change reduced the incremental build for me by over 60% from 327s to 130s. Signed-off-by: Piotr Jastrzebski <[email protected]>
- Loading branch information