Cargo Emit

Crates.io Downloads Build Status rustc ^1.31.0
Become a Patron! Buy me a coffee

Talk to Cargo easily at build time, brought to you by [Nikolai Vazquez].

This library provides:

Usage

This crate exposes the following macros:

| Macro | Output | |----------------------------------------|---------------------------------------| | [pair!($key, $value)] | cargo:$key=$value | | [rerun_if_changed!($path)] | cargo:rerun-if-changed=$path | | [rerun_if_env_changed!($key)] | cargo:rerun-if-env-changed=$key | | [rustc_cdylib_link_arg!($flag)] | cargo:rustc-cdylib-link-arg=$flag | | [rustc_cfg!($feature)] | cargo:rustc-cfg=$feature | | [rustc_env!($key, $value)] | cargo:rustc-env=$key=$value | | [rustc_flags!($flags)] | cargo:rustc-flags=$flags | | [rustc_link_arg!($arg)] | cargo:rustc-link-arg=$arg | | [rustc_link_arg_bin!($bin => $arg)] | cargo:rustc-link-arg-bin=$bin=$arg | | [rustc_link_arg_bins!($arg)] | cargo:rustc-link-arg-bins=$arg | | [rustc_link_lib!($name => $kind)] | cargo:rustc-link-lib=$kind=$name | | [rustc_link_search!($path => $kind)] | cargo:rustc-link-search=$kind=$path | | [warning!($message)] | cargo:warning=$message |

License

This project is released under either: