| Crates.io | zigcli |
| lib.rs | zigcli |
| version | 0.1.0 |
| created_at | 2024-09-08 16:14:46.364313+00 |
| updated_at | 2024-09-09 12:08:33.803796+00 |
| description | A build dependency for running `zig` to build a native library |
| homepage | https://github.com/fimoengine/zigcli-rs |
| repository | https://github.com/fimoengine/zigcli-rs |
| max_upload_size | |
| id | 1368349 |
| size | 62,135 |
A build dependency for running the zig build tool to compile a native
library.
# Cargo.toml
[build-dependencies]
zigcli = "0.1.0"
The Zig executable is assumed to be zig unless the ZIG
environmental variable is set.
The following commands of the zig build tool are available
at the time of writing:
zig buildzig fetchzig initzig build-exezig build-libzig build-objzig testzig runzig ast-checkzig fmtzig reducezig translate-czig arzig cczig c++zig dlltoolzig libzig ranlibzig objcopyzig envzig versionzig build system may introduce breaking changes at any moment.
This utility tries to keep up to date with the master branch.cross is broken at the moment.This project is licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in zigcli by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.