version_spec

Crates.ioversion_spec
lib.rsversion_spec
version0.7.0
sourcesrc
created_at2023-09-21 21:41:22.846442
updated_at2024-08-15 23:06:38.993922
descriptionA specification for working with partial, full, or aliased versions. Supports semver and calver.
homepagehttps://moonrepo.dev/proto
repositoryhttps://github.com/moonrepo/proto
max_upload_size
id980079
size59,899
Miles Johnson (milesj)

documentation

README

version_spec

Crates.io Crates.io

Enums and utilities for working with partial, full, and aliased versions, known as a version specification. It primarily handles the states of an unresoled version candidate (requirement, range, alias, partial, etc) to a resolved version (version, alias).

Supports both semantic versions (semver) and calendar versions (calver).

Commit count: 856

cargo fmt