[][src]Crate dia_semver

An implementation of https://semver.org

Project

Features

Notes

The crate uses #![no_std] by default. Documentation is built with all features, which include std. If you see some components from std crate, you have to use that feature.

Modules

specification

Specification

version_info

8.0.1 (January 28th, 2020)

Structs

ParseSemverError

Error while parsing semver.

Semver

Semver.

Enums

PreRelease

Pre-release.

SemverErrorKind

Semver error kind.

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 Definitions

Result

Result type used in this crate