Module tauri::api::version[][src]

Expand description

The semver API.

Functions

Compare two semver versions

Check if the “second” semver is compatible with the “first”

Check if a version is greater than the current

Check if a the “other” version is a major bump from the “current”

Check if a the “other” version is a minor bump from the “current”

Check if a the “other” version is a patch bump from the “current”