Crate rustc_windows_rc

Crate rustc_windows_rc 

Source
Expand description

A build script dependency to create a Windows resource file for the compiler

Uses values from the CFG_VERSION and CFG_RELEASE environment variables to set the product and file version information in the Windows resource file.

Structs§

ResourceVersion 🔒
Windows resources store versions as four 16-bit integers.

Enums§

VersionInfoFileType
A subset of the possible values for the FILETYPE field in a Windows resource file

Constants§

RESOURCE_TEMPLATE 🔒
The template for the Windows resource file.

Functions§

compile_windows_resource_file
Create and compile a Windows resource file with the product and file version information for the rust compiler.
parse_version 🔒
Parse a string in the format “major.minor.patch” into a ResourceVersion. The build is set to 0. Returns None if the version string is not in the expected format.
product_name 🔒
write_resource_script_file 🔒
Writes a Windows resource script file for the rust compiler with the product and file version information into rc_path