semver 0.2.0

Semantic version parsing and comparison.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]

name = "semver"
version = "0.2.0"
authors = ["Steve Klabnik <steve@steveklabnik.com>", "The Rust Project Developers"]
license = "MIT/Apache-2.0"
repository = "https://github.com/steveklabnik/semver"
homepage = "https://github.com/steveklabnik/semver"
documentation = "http://steveklabnik.github.io/semver"
description = """
Semantic version parsing and comparison.
"""