Expand description
Build configuration for Rust’s release channels.
Implements the stable/beta/nightly channel distinctions by setting various
flags like the unstable_features
, calculating variables like release
and
package_vers
, and otherwise indicating to the compiler what it should
print out as part of its version information.
Structs
Enums
Functions
- Read the commit information from the
git-commit-info
file given the project root. - Write the commit hash to the
git-commit-hash
file given the project root. - Write the commit information to the
git-commit-info
file given the project root.