⚡ Zig packaged for Rust
You can install Zig from the crates.io registry using Cargo:
cargo install zig
If you prefer to avoid a build-time network dependency that fetches the ziglang/zig-bootstrap source code (larger than the 10 MB crates.io size limit), you can install this package directly from the GitHub repository which includes the ziglang/zig-bootstrap source code as a Git submodule:
cargo install --git https://github.com/jcbhmr/zig-rs.git --tag v0.14.0 zig