Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alopatindev/long-version

Minimalistic version parsing and comparison. Supports non-semver versions, ignores non-numeric postfixes like alpha/rc/etc.
https://github.com/alopatindev/long-version

parser rust version

Last synced: 27 days ago
JSON representation

Minimalistic version parsing and comparison. Supports non-semver versions, ignores non-numeric postfixes like alpha/rc/etc.

Awesome Lists containing this project

README

        

# long-version
Minimalistic version parsing and comparison. Supports non-semver versions, ignores postfixes like alpha/rc/etc.

```rust
assert!("2.0.0".parse::()? > "1.1.0.0".parse::()?);
```

## License
MIT/Apache-2.0