version-compare 0.0.1

A Rust library to easily compare version numbers, and test them against various comparison operators.
Documentation
[package]
name = "version-compare"
version = "0.0.1"
authors = ["timvisee <timvisee@gmail.com>"]
license = "GPL-3.0"
license-file = "LICENSE"
readme = "README.md"
repository = "https://github.com/timvisee/version-compare"
description = "A Rust library to easily compare version numbers, and test them against various comparison operators."

[badges]
travis-ci = { repository = "timvisee/version-compare" }