Module channel

Source
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§

Info

Enums§

GitInfo

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.