11 unstable releases (3 breaking)
new 0.6.0 | May 25, 2023 |
---|---|
0.5.1 | May 3, 2023 |
0.5.0 | Apr 20, 2023 |
0.4.0 | Mar 28, 2023 |
0.3.1 | Mar 13, 2023 |
#272 in Images
245 downloads per month
Used in 9 crates
(5 directly)
15KB
320 lines
re_build_info
Part of the rerun
family of crates.
Build information provider for help/version commands and analytics.
lib.rs
:
Information about the build of a Rust crate.
To use this you also need to call re_build_build_info::export_env_vars()
from your build.rs.