Crate cargo_zigbuild

source ·

Re-exports§

  • pub use zig::Zig;

Modules§

Structs§

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