Skip to main content

Crate re_build_info

Crate re_build_info 

Source
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 BuildInfo at compile-time using environment variables exported by calling re_build_tools::export_env_vars() from your build.rs.
exposed_version
Returns the exposed version string from the EXPOSED_VERSION environment variable.

Structs§

BuildInfo
Information about the build of a Rust crate.
CrateVersion
The version of a Rerun crate.

Enums§

Meta