| Crates.io | long-version |
| lib.rs | long-version |
| version | 0.0.1 |
| created_at | 2021-08-02 19:22:36.022808+00 |
| updated_at | 2021-08-02 19:22:36.022808+00 |
| description | Minimalistic version parsing and comparison. Supports non-semver versions, ignores postfixes like alpha/rc/etc. |
| homepage | |
| repository | https://github.com/alopatindev/long-version |
| max_upload_size | |
| id | 430589 |
| size | 16,757 |
Minimalistic version parsing and comparison. Supports non-semver versions, ignores postfixes like alpha/rc/etc.
assert!("2.0.0".parse::<Version>()? > "1.1.0.0".parse::<Version>()?);
MIT/Apache-2.0