Crate dia_semver

Source
Expand description

§An implementation of https://semver.org

§Project

§Features

§Notes

Documentation is built with all features. Some of them are optional. If you see components from other crates, you can view source to see what features are required.

Modules§

parse_errors
Parse error messages
specification
Specification
version_info
11.0.1 (November 28th, 2022)

Structs§

Error
Error
Range
Range
Semver
Semver.

Enums§

PreRelease
Pre-release.

Constants§

CODE_NAME
Crate code name
ID
ID of this crate
NAME
Crate name
RELEASE_DATE
Crate release date (year/month/day)
TAG
Tag, which can be used for logging…
VERSION
Crate version

Type Aliases§

Result
Result type used in this crate