Crate build_rs

Source
Expand description

build-rs provides a strongly typed interface around the Cargo build script protocol. Cargo provides inputs to the build script by environment variable and accepts commands by printing to stdout.

This crate is maintained by the Cargo team for use by the wider ecosystem. This crate follows semver compatibility for its APIs.

Modulesยง

input
Inputs from the build system to the build script.
output
Outputs from the build script to the build system.