Skip to the content.

semver-4-winres

Parser of SemVer, for use with winres specifically.

Usage

The crate can be found on crates.io/crates/semver-4-winres

Import Using Cargo

Note

This crate is meant primarily for use in build scripts. Example:

[build-dependencies]
semver-4-winres = "0.0.0" # Check for latest released version

External References

For future reference, whether to understand how this project was created, or how future Rust projects could be created.