Expand description
Simply re-exports the build-related functions in tracers-codegen
Enums§
Functions§
- build
- Called from the
build.rs
of all crates which have a direct dependency ontracers
andtracers_macros
. This determines the compile-time configuration of thetracers
crate, and performs any build-time code generation necessary to support the code generated by thetracers_macros
macros. - tracers_
build - This function is the counterpart to
build
, which is intended to be invoked in thetracers
build.rs
script. It reads the feature flags enabled ontracers
, and from those flags and other information about the target sytem and the local build environment selects an implementation to use, or panics if no suitable implementation is possible