awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Swatinem avatar

Swatinem/rust-cache

0
View on GitHub↗
1,838 stars·178 forks·TypeScript·LGPL-3.0·1 view

Rust Cache

This project is a GitHub Action designed to accelerate Rust build pipelines by caching compiled artifacts and dependency data. It functions as a build cache mechanism that persists intermediate outputs across separate continuous integration execution environments to avoid redundant recompilation.

The tool identifies cacheable build outputs by analyzing project configuration files and generating unique identifiers based on the state of source code and dependency manifests. It integrates with the build environment by dynamically updating system paths and configuration settings, allowing the toolchain to recognize and utilize restored binary outputs and registry indices.

By leveraging external cloud storage for persistence, the action ensures that compiled crates and build artifacts remain available across independent job executions. This approach reduces total build times by restoring previously computed states rather than performing full recompilation during automated testing and integration workflows.

Features

  • GitHub Actions Workflows - Accelerates software development cycles by caching heavy build outputs within GitHub Actions workflows.
  • Incremental Build Caches - Restores previously compiled binary outputs to the local environment to bypass redundant compilation steps.
  • Build Caches - Stores and restores intermediate build outputs to avoid redundant recompilation during automated testing.
  • Build Dependency Management - Manages the storage and restoration of compiled crate dependencies and registry indices for faster build times.
  • External Storage Connectors - Persists build artifacts to remote cloud storage to ensure availability across independent continuous integration job executions.
  • Build Artifact Caching - Caches compiled binary outputs between continuous integration runs to shorten total build times.
  • Dependency Caches - Saves compiled dependency files and registry data to accelerate build processes by restoring previously computed states.
  • Crate Dependency Management - Optimizes build pipelines by persisting registry indices and compiled crates across execution environments.
  • Build Dependency Graphs - Analyzes project configuration to isolate build outputs that can be safely persisted between runs.
  • Content Hashing Utilities - Generates unique cache keys by hashing source code and dependency manifests to ensure build integrity.
  • Compiler Caching for Rust - Provides a specialized caching mechanism for Rust build artifacts within continuous integration pipelines.
  • Build Optimizations - Reduces build times for Rust projects by reusing previously compiled binary artifacts and dependency data.

Star history

Star history chart for swatinem/rust-cacheStar history chart for swatinem/rust-cache

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Curated searches featuring Rust Cache

Hand-picked collections where Rust Cache appears.
  • CI Build Artifact Caching Tools

Frequently asked questions

What does swatinem/rust-cache do?

This project is a GitHub Action designed to accelerate Rust build pipelines by caching compiled artifacts and dependency data. It functions as a build cache mechanism that persists intermediate outputs across separate continuous integration execution environments to avoid redundant recompilation.

What are the main features of swatinem/rust-cache?

The main features of swatinem/rust-cache are: GitHub Actions Workflows, Incremental Build Caches, Build Caches, Build Dependency Management, External Storage Connectors, Build Artifact Caching, Dependency Caches, Crate Dependency Management.

What are some open-source alternatives to swatinem/rust-cache?

Open-source alternatives to swatinem/rust-cache include: nrwl/nx — This project is a build orchestration engine and development toolkit designed for managing large-scale monorepos. It… microsoft/rushstack — Rushstack is a comprehensive toolset for managing large-scale TypeScript monorepos, providing a framework for build… jetify-com/devbox — Devbox is a development environment orchestrator designed to create reproducible, isolated workspaces for software… nixos/nix.dev — This project provides a functional package manager and a reproducible build system designed to ensure identical build… mozilla/sccache — sccache is a compiler cache wrapper and distributed compilation cache designed to store and reuse compilation results.… facebook/buck2 — Buck2 is a programmable monorepo build tool and hermetic build system designed to manage large-scale projects with…

Open-source alternatives to Rust Cache

Similar open-source projects, ranked by how many features they share with Rust Cache.
  • nrwl/nxnrwl avatar

    nrwl/nx

    28,939View on GitHub↗

    This project is a build orchestration engine and development toolkit designed for managing large-scale monorepos. It provides a unified workspace environment that maps project relationships and dependencies, enabling the system to perform intelligent impact analysis and execute only the tasks affected by specific code changes. The system distinguishes itself through a persistent daemon that monitors file changes for near-instant feedback and a content-addressable caching mechanism that stores task outputs to prevent redundant computation across local and remote environments. It further suppor

    TypeScriptangularbuildbuild-system
    View on GitHub↗28,939
  • microsoft/rushstackmicrosoft avatar

    microsoft/rushstack

    6,479View on GitHub↗

    Rushstack is a comprehensive toolset for managing large-scale TypeScript monorepos, providing a framework for build pipeline automation, dependency coordination, and static analysis. It functions as an incremental build orchestrator and management system designed to maintain consistency and performance across multiple packages in a shared workspace. The system distinguishes itself through an execution model based on directed acyclic graphs and content-hash-based incrementalism, which ensures only affected projects are rebuilt. It further optimizes development workflows via remote build artifa

    TypeScript
    View on GitHub↗6,479
  • jetify-com/devboxjetify-com avatar

    jetify-com/devbox

    12,105View on GitHub↗

    Devbox is a development environment orchestrator designed to create reproducible, isolated workspaces for software projects. By leveraging declarative configuration files and the Nix package manager, it ensures that project dependencies, environment variables, and tooling remain consistent across different machines and team members. It functions as a central manager for project-specific environments, providing isolated shell execution that prevents conflicts with host system software. The project distinguishes itself through its ability to bridge local development and cloud-hosted infrastruct

    Gobuild-systembuild-toolbuildpack
    View on GitHub↗12,105
  • nixos/nix.devNixOS avatar

    NixOS/nix.dev

    3,630View on GitHub↗

    This project provides a functional package manager and a reproducible build system designed to ensure identical build inputs always produce the same outputs. It serves as the foundation for a declarative Linux distribution where the entire system state is defined in a configuration file, enabling predictable deployments and full-system rollbacks. The system uses a deterministic functional language and a lazy-evaluation expression engine to manage software dependencies and isolate build environments. It distinguishes itself through a content-addressable store that allows multiple versions of s

    Nixcookbookdocumentationlearning
    View on GitHub↗3,630
See all 30 alternatives to Rust Cache→