#cargo-build #build #build-script #cargo #env-var

build build-instructions

A utility crate for working with Cargo build instructions

1 unstable release

0.1.0 Jan 4, 2025

#340 in Build Utils

Download history 118/week @ 2024-12-31 12/week @ 2025-01-07

130 downloads per month

MIT license

12KB
135 lines

build-instructions

This Rust crate provides a utility for interacting with the Rust compiler (rustc) through Cargo build instructions. It simplifies the process of passing linker arguments, configuring conditional compilation flags, and managing environment variables for build scripts.

No runtime deps