version_spec

Crates.ioversion_spec
lib.rsversion_spec
version
sourcesrc
created_at2023-09-21 21:41:22.846442
updated_at2024-12-02 20:28:50.016463
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
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
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: 883

cargo fmt