Install
Once a release is cut, prebuilt binaries for Linux, macOS, and Windows are attached to each GitHub Release by cargo-dist, with installers:
# Shell (Linux/macOS) — downloads the right prebuilt binary
curl --proto '=https' --tlsv1.2 -LsSf \
https://github.com/diegoglozano/revector/releases/latest/download/revector-installer.sh | sh
# Windows (PowerShell)
powershell -c "irm https://github.com/diegoglozano/revector/releases/latest/download/revector-installer.ps1 | iex"
Or build from source (requires Rust 1.82+):
cargo install --path . # from a checkout
cargo build --release # ./target/release/revector
Homebrew and crates.io are planned — see ROADMAP.md.