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.
- 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)