Crate build_instructions

Source
Expand description

§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.

Structs§

Cargo
The Cargo struct serves as a utility for interacting with Cargo-specific environment variables and commands.
Rustc
Provides utilities for interacting with the Rust compiler through Cargo build instructions.

Enums§

LinkSearchKind
Represents the different kinds of link search paths used by the Rust compiler.