Skip to main content

Crate enya_build_info

Crate enya_build_info 

Source
Expand description

Information about the build of a Rust crate.

To use this you also need to call enya_build_tools::export_env_vars() from your build.rs.

Macros§

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

Structs§

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