Description
Manages Zig toolchain selection so projects can use the Zig version they expect without manually replacing compilers. It is useful for developers working across several Zig projects or versions.
Toolchain switchers affect which compiler builds your code. Pin versions per project and verify downloaded binaries before using them for release builds.