cargo-chef

A cargo-subcommand to speed up Rust Docker builds using Docker layer caching. (by LukeMathWalker)

Cargo-chef Alternatives

Similar projects and alternatives to cargo-chef

  1. rust

    2,858 cargo-chef VS rust

    Empowering everyone to build reliable and efficient software.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. nix

    413 cargo-chef VS nix

    Nix, the purely functional package manager

  4. Cargo

    The Rust package manager

  5. mold

    mold: A Modern Linker 🦠

  6. awesome-tunneling

    List of ngrok/Cloudflare Tunnel alternatives and other tunneling software and services. Focus on self-hosting.

  7. cross

    “Zero setup” cross compilation and “cross testing” of Rust crates

  8. wuffs

    Wrangling Untrusted File Formats Safely

  9. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  10. sccache

    Sccache is a ccache-like tool. It is used as a compiler wrapper and avoids compilation when possible. Sccache has the capability to utilize caching in remote storage environments, including various cloud storage options, or alternatively, in local storage.

  11. react-native-web

    Cross-platform React UI packages

  12. pack

    CLI for building apps using Cloud Native Buildpacks

  13. roadmap

    Welcome to the Public Roadmap for All Things Docker! We welcome your ideas. (by docker)

  14. bloom

    28 cargo-chef VS bloom

    The simplest way to de-Google your life and business: Inbox, Calendar, Files, Contacts & much more (by skerkour)

  15. buildah

    A tool that facilitates building OCI images.

  16. crane

    A Nix library for building cargo projects. Never build twice thanks to incremental artifact caching.

  17. rules_rust

    Rust rules for Bazel

  18. cargo2nix

    Granular builds of Rust projects for Nix

  19. open-football

    Football simulation engine (like Football Manager) written in pure Rust

  20. crate2nix

    rebuild only changed crates in CI with crate2nix and nix

  21. monadium

    A platform with the purpose to teach Rust web development to people with no prior experience of programming

  22. rules_docker

    8 cargo-chef VS rules_docker

    Discontinued Rules for building and handling Docker images with Bazel

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better cargo-chef alternative or higher similarity.

cargo-chef discussion

Log in or Post with

cargo-chef reviews and mentions

Posts with mentions or reviews of cargo-chef. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-07-03.
  • Supercharging Obsidian.md with OpenAI, Qdrant and Rust
    2 projects | dev.to | 3 Jul 2024
    If not, you will need a Dockerfile to deploy. I would highly recommend using cargo-chef to deploy - it's quite useful and has personally saved me a lot of time between Dockerfile deployments.
  • Transitioning to Rust as a company
    8 projects | /r/rust | 2 Jun 2023
    CI time. Do you want to micromanage your own docker images for all your CI? Great! If not, yes you do. In fact, you want to manage a docker image to build a docker image to use for CI. Use cargo-chef to prepare a build image with your dependencies pre-built if you want to do fine-grained build/test pipelines. Oh also, there's no jUnit test report generation, that was killed off today. (YES, SORRY, I'm still salty.)
  • Rust and Next.js everywhere?
    2 projects | /r/rust | 26 Apr 2023
    Have you looked at cargo-chef? It supposedly speeds up compilation times if you're using Docker.
  • Exploring the problem of faster Cargo Docker builds
    4 projects | /r/rust | 30 Mar 2023
    A tool already exists for this called Cargo-chef, and it works extremely well.
  • Deploying Rust APIs | What Is Your Favorite Method?
    3 projects | /r/rust | 28 Mar 2023
    At work I've use Dockerfile and cargo-chef to improve build times. You can also look into buildkit cache mounts, but this approach is rarely super effective on hosted CI because they start from scratch on most runs. In the context of Rust specifically you may also see the target directory reflect unbounded data growth if it's reused over and over across revisions. because cargo by default won't expire older intermediate artifacts. Cargo-sweep can help with that but I wouldn't pursue this in a CI effort. This will affect both "native" builds and buildkit cache mounts if you're persisting the target directory.
  • How to write a GitHub Action in Rust
    4 projects | dev.to | 6 Feb 2023
    We create an empty Rust binary with cargo new, this is a simple way to get Docker layer caching to work. For a more robust solution, you may want to check out cargo-chef.
  • Crafting container images without Dockerfiles
    20 projects | news.ycombinator.com | 6 Feb 2023
    If this ends up being a cleaner/easier way to having to workaround super expensive rebuilds for Rust given cache + deps compared to this https://github.com/LukeMathWalker/cargo-chef , reading this thread will have been a huge win for me (and hopefully others).

    Whether introducing Bazel is easier/worth it, subjective I guess.

  • Is it possible to get fast Rust compiles in a Docker container?
    11 projects | /r/rust | 28 Dec 2022
    I did a talk (slides here) about this a few years ago, it took a bit of work to get the build caching working with cargo. As others have pointed out, there is now cargo chef to solve this problem so you probably don't have to deal with the issues I saw, but I thought it still might be helpful context.
  • Faster CI builds for Rust with pre-baked builder images and sccache
    1 project | /r/rust | 16 Dec 2022
    I'm curious if you've tried out cargo-chef, I've had some decent improvements with it but I wonder how it stacks up to the sccache approach (don't have the time to try it out myself right now).
  • 2 years of fiddling with Rust – critical thoughts
    5 projects | news.ycombinator.com | 6 Nov 2022
    for CI have you tried to use buildkit persistent runners with caching + https://github.com/LukeMathWalker/cargo-chef ?
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 18 Jul 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →

Stats

Basic cargo-chef repo stats
19
2,212
5.6
17 days ago

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com