satchlj.com/content/projects/version-compare.md

1.7 KiB

+++ title = "version-compare" description = "version-compare - Rust library to easily compare version strings." date = 2017-03-13

[taxonomies] tags = ["rust", "lib"] categories = ["project"]

[extra] zenn_applause = true zenn_hide_header_meta = true +++

Download statistics Crate version Documentation Build status on Travis CI

A Rust library to easily compare version numbers in any format, and test them against various comparison operators.

Comparing version numbers is hard. Especially when version numbers get really complex, or when their formatting differs.

This library helps you to easily compare any kind of version number with minimal code.


View more on the project pages over at: