18 articles tagged with "Build"
cargo-watch: Auto-Rebuild Rust Projects on File Changes
cargo-watch watches your Rust project and auto-runs cargo commands on file changes. Build, test, clippy, run — instant feedback loop for Rust development.
cargo-watch: Auto-Rebuild von Rust-Projekten bei Dateiänderungen
cargo-watch überwacht und führt cargo automatisch aus.
cargo-watch: Auto-Rebuild de Proyectos Rust al Cambiar Archivos
cargo-watch vigila y auto-ejecuta comandos cargo al cambiar archivos.
cargo-watch : Auto-Rebuild des Projets Rust sur Changement de Fichiers
cargo-watch surveille et auto-exécute cargo.
cargo-watch: Auto-Rebuild de Projetos Rust ao Mudar Arquivos
cargo-watch vigia e auto-executa cargo ao mudar arquivos.
cross: Cross-Compile Rust to Any Target Without Hassle
cross makes Rust cross-compilation easy. Compile for Linux ARM, Windows, macOS, WASM — using Docker containers with pre-configured toolchains. Drop-in cargo replacement.
kondo: Clean Build Artifacts and Reclaim Disk Space
kondo finds and cleans build artifacts across your projects. node_modules, target/, build/, .gradle — reclaim gigabytes of disk space with one command.
kondo: Build-Artefakte Bereinigen und Speicherplatz Zurückgewinnen
kondo bereinigt node_modules, target/ — gewinnt GBs zurück.
kondo: Limpia Artefactos de Build y Recupera Espacio
kondo limpia node_modules, target/, build/ — recupera GBs.
kondo : Nettoyez les Artefacts de Build et Récupérez de l'Espace
kondo nettoie node_modules, target/ — récupère des GBs.
kondo: Limpe Artefatos de Build e Recupere Espaço
kondo limpa node_modules, target/ — recupera GBs.
mold: A Blazingly Fast Linker for Linux
mold is a blazingly fast linker that dramatically reduces build times. Drop-in replacement for ld/lld — link C/C++/Rust projects up to 10x faster with zero code changes.
mold: Ein Blitzschneller Linker für Linux
mold linkt C/C++/Rust 10x schneller.
mold: Un Enlazador Ultrarrápido para Linux
mold enlaza C/C++/Rust 10x más rápido.
mold : Un Éditeur de Liens Ultra-rapide pour Linux
mold lie C/C++/Rust 10x plus vite.
mold: Um Linker Ultra-rápido para Linux
mold liga C/C++/Rust 10x mais rápido.
sccache: Shared Compilation Cache for Faster Builds
sccache caches compilation results to speed up rebuilds. Supports Rust, C/C++, and more — with local, Redis, S3, or GCS backends. ccache for the modern age.
sccache: Shared Compilation Cache for Rust, C, and C++
sccache caches compilation results across builds. Speed up Rust, C, and C++ builds by caching compiler outputs locally, on S3, GCS, or Azure. Like ccache but for Rust too.