cargo-watch
« Back to VersTracker
Description:
Watches over your Cargo project's source
Type: Formula  |  Latest Version: 8.5.3@0  |  Tracked Since: Dec 17, 2025
Links: Homepage  |  formulae.brew.sh
Category: Developer tools
Tags: rust development watcher automation cargo
Install: brew install cargo-watch
About:
Cargo-watch is a utility that monitors your Rust project's source files for changes and automatically triggers cargo commands like check, build, or test. It provides rapid feedback during development by eliminating the need for manual recompilation. This tool significantly speeds up the development workflow for Rust developers.
Key Features:
  • Instantly re-runs cargo commands on file changes
  • Highly configurable with ignore patterns and custom commands
  • Cross-platform support (Linux, macOS, Windows)
  • Low resource footprint
Use Cases:
  • Automatically recompiling and running tests during Rust development
  • Linting code on save to catch errors early
  • Rebuilding documentation when source files change
Alternatives:
  • system file watcher – Requires writing custom shell scripts, whereas cargo-watch is a pre-packaged solution
  • entr – Generic file watcher, whereas cargo-watch is specifically optimized for the Cargo ecosystem
License: CC0-1.0
Bottles available for: arm64_tahoe, arm64_sequoia, arm64_sonoma, arm64_ventura, sonoma, ventura, arm64_linux, x86_64_linux
Version History
Detected Version Rev Change Commit
Sep 16, 2025 7:28pm 0 VERSION_BUMP 12fe6a21