Module embuild::build

source ·
Expand description

Build utilities for cargo build scripts.

Structs

C compiler defines and include arguments (i.e. -D<define>, and -isystem<dir>/-I<dir>).
A builder for outputing linker arguments in a build script.

Constants

The name of a cargo::set_metadata variable where build scripts can store the contents of their PATH environment variable which contains tools used by the build script.
The name of a cargo::set_metadata variable where build scripts can store the path to the esp-idf that they’ve used.
The --ldproxy-dedup-libs argument definition.
The --ldproxy-linker argument definition.
The name of the ldproxy executable.
The --ldproxy-cwd argument definition.

Functions