Expand description
Information about the build of a Rust crate.
To use this you also need to call re_build_tools::export_env_vars() from your build.rs.
Macros§
- build_
info - Create a
BuildInfoat compile-time using environment variables exported by callingre_build_tools::export_env_vars()from your build.rs. - exposed_
version - Returns the exposed version string from the
EXPOSED_VERSIONenvironment variable.
Structs§
- Build
Info - Information about the build of a Rust crate.
- Crate
Version - The version of a Rerun crate.