Skip to content

A Rust library for more robust, nuanced semver constraints

License

Notifications You must be signed in to change notification settings

elba/semver_constraints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Rust library for more robust, nuanced semver constraints

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages