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§
- Resource
Version 🔒 - Windows resources store versions as four 16-bit integers.
Enums§
- Version
Info File Type - 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. ReturnsNone
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