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_
commit_ info_ file - Read the commit information from the
git-commit-info
file given the project root. - write_
commit_ hash_ file - Write the commit hash to the
git-commit-hash
file given the project root. - write_
commit_ info_ file - Write the commit information to the
git-commit-info
file given the project root.