Parser of SemVer, for use with winres specifically.
The crate can be found on crates.io/crates/semver-4-winres
Note
This crate is meant primarily for use in build scripts. Example:
[build-dependencies] semver-4-winres = "0.1.1" # Check for latest released version
For future reference, whether to understand how this project was created, or how future Rust projects could be created.
- Rust Manifest Format (
Cargo.toml) - Building & Testing Rust (
.github/workflows/rust.yml) - Publishing on crates.io (
.github/workflows/rust-publish.yml) - Trusted Publishing (
.github/workflows/rust-publish.yml)