nicoburns / blessed-rs

A community guide to the Rust ecosystem
https://blessed.rs
1.17k stars 66 forks source link

Add cargo-zigbuild crate #104

Closed FalkWoldmann closed 3 months ago

FalkWoldmann commented 4 months ago

cargo-zigbuild is a really handy tool for easy cross compilation using Zig as a linker. It's already being used by cargo-lambda. As an alternative to cross, it stands out because it doesn't require any containers. In my own experience, cargo-zigbuild was much faster and easier to use than cross.