Simple library that implements Version
struct to represent SemVer versions.
Following ideas make this lib alive:
- avoid usage of regex for version parsing and validation.
- convenient and comfortable api
- nothrow
- good test coverage
This library is licensed under MPL-2.0 license