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§

  • Create a BuildInfo at compile-time using environment variables exported by calling re_build_tools::export_env_vars() from your build.rs.

Structs§