Crates.io | version_spec |
lib.rs | version_spec |
version | |
source | src |
created_at | 2023-09-21 21:41:22.846442 |
updated_at | 2024-12-02 20:28:50.016463 |
description | A specification for working with partial, full, or aliased versions. Supports semver and calver. |
homepage | https://moonrepo.dev/proto |
repository | https://github.com/moonrepo/proto |
max_upload_size | |
id | 980079 |
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` |
size | 0 |
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).