forgiving-semver

Crates.ioforgiving-semver
lib.rsforgiving-semver
version0.11.0
created_at2020-12-10 12:35:46.272187+00
updated_at2020-12-10 12:35:46.272187+00
descriptionSemantic version parsing and comparison. Fork of https://docs.rs/crate/semver which supports parsing outside of semver spec, e.g. "1.0" -> "1.0.0".
homepagehttps://docs.rs/crate/forgiving-semver/
repositoryhttps://github.com/bausano/forgiving-semver
max_upload_size
id321485
size99,308
porkbrain (porkbrain)

documentation

https://docs.rs/crate/forgiving-semver/

README

semver

Semantic version parsing and comparison. Fork of the semver crate which adds support for parsing of versions outside of the semver spec, but popular in the wild.

Namely we extend the parent crate to support:

"x.y" => "x.y.0"
"x" => "x.0.0"

For more information about every other aspect see the parent crate.

Installation

To use forgiving_semver, add this to your [dependencies] section:

forgiving_semver = "0.11.0"
Commit count: 0

cargo fmt