Expand description
Simply re-exports the build-related functions in tracers-codegen
Enums§
Functions§
- build
- Called from the
build.rsof all crates which have a direct dependency ontracersandtracers_macros. This determines the compile-time configuration of thetracerscrate, and performs any build-time code generation necessary to support the code generated by thetracers_macrosmacros. - tracers_
build - This function is the counterpart to
build, which is intended to be invoked in thetracersbuild.rsscript. 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