awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 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·3 vues

Rust Cache

Ce projet est une GitHub Action conçue pour accélérer les pipelines de build Rust en mettant en cache les artefacts compilés et les données de dépendances. Il fonctionne comme un mécanisme de cache de build qui persiste les sorties intermédiaires à travers des environnements d'exécution d'intégration continue séparés pour éviter la recompilation redondante.

L'outil identifie les sorties de build pouvant être mises en cache en analysant les fichiers de configuration du projet et en générant des identifiants uniques basés sur l'état du code source et les manifestes de dépendances. Il s'intègre à l'environnement de build en mettant à jour dynamiquement les chemins système et les paramètres de configuration, permettant à la chaîne d'outils de reconnaître et d'utiliser les sorties binaires restaurées et les index de registre.

En tirant parti du stockage cloud externe pour la persistance, l'action garantit que les crates compilés et les artefacts de build restent disponibles à travers des exécutions de jobs indépendantes. Cette approche réduit les temps de build totaux en restaurant des états précédemment calculés plutôt que d'effectuer une recompilation complète lors des flux de travail de test et d'intégration automatisés.

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.

Historique des stars

Graphique de l'historique des stars pour swatinem/rust-cacheGraphique de l'historique des stars pour swatinem/rust-cache

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Collections incluant Rust Cache

Sélections manuelles où Rust Cache apparaît.
  • Outils de mise en cache d'artefacts de build CI

Alternatives open source à Rust Cache

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Rust Cache.
  • nrwl/nxAvatar de nrwl

    nrwl/nx

    28,939Voir sur 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
    Voir sur GitHub↗28,939
  • microsoft/rushstackAvatar de microsoft

    microsoft/rushstack

    6,479Voir sur 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
    Voir sur GitHub↗6,479
  • jetify-com/devboxAvatar de jetify-com

    jetify-com/devbox

    12,105Voir sur 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
    Voir sur GitHub↗12,105
  • nixos/nix.devAvatar de NixOS

    NixOS/nix.dev

    3,630Voir sur 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
    Voir sur GitHub↗3,630
Voir les 30 alternatives à Rust Cache→

Questions fréquentes

Que fait swatinem/rust-cache ?

Ce projet est une GitHub Action conçue pour accélérer les pipelines de build Rust en mettant en cache les artefacts compilés et les données de dépendances. Il fonctionne comme un mécanisme de cache de build qui persiste les sorties intermédiaires à travers des environnements d'exécution d'intégration continue séparés pour éviter la recompilation redondante.

Quelles sont les fonctionnalités principales de swatinem/rust-cache ?

Les fonctionnalités principales de swatinem/rust-cache sont : GitHub Actions Workflows, Incremental Build Caches, Build Caches, Build Dependency Management, External Storage Connectors, Build Artifact Caching, Dependency Caches, Crate Dependency Management.

Quelles sont les alternatives open-source à swatinem/rust-cache ?

Les alternatives open-source à swatinem/rust-cache incluent : 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…