Crate cargo_zigbuild

Source

Re-exports§

pub use zig::Zig;

Modules§

linux
macos
zig

Structs§

Build
Compile a local package and all of its dependencies using zig as the linker
Check
Clippy
Doc
Install
Install a Rust binary using zig as the linker. Default location is $HOME/.cargo/bin
Run
Run a binary or example of the local package
Rustc
Compile a package, and pass extra options to the compiler with zig as the linker
Test
Execute all unit and integration tests and build examples of a local package