semver_constraints

Crates.iosemver_constraints
lib.rssemver_constraints
version0.1.0
sourcesrc
created_at2019-04-03 05:13:53.406416
updated_at2019-04-03 05:13:53.406416
descriptionMore robust and nuanced semantic version constraints.
homepage
repositoryhttps://github.com/elba/semver_constraints
max_upload_size
id125544
size43,155
David Cao (dcao)

documentation

README

semver_constraints

Build Status

...because I don't like semver::VersionReq.

Usage

Add this to your Cargo.toml:

[dependencies]
# ...snip
# you'll probably want to use versions if you're using version
# constraints
semver = "0.9" 
# the actual constraints library
semver_constraints = "0.1"
# if you want to use serde:
# semver_constraints = { version = "0.1", features = ["serde"] }

See the crate docs for motivation and info on the API.

License

semver_constraints is distributed under the MIT License.

Commit count: 3

cargo fmt