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.
Modules§
Macros§
- Create a
BuildInfo
at compile-time using environment variables exported by callingre_build_tools::export_env_vars()
from your build.rs.
Structs§
- Information about the build of a Rust crate.
- The version of a Rerun crate.