Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alopatindev/long-version
- Owner: alopatindev
- License: apache-2.0
- Created: 2021-08-02T19:21:10.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-02T19:23:26.000Z (over 3 years ago)
- Last Synced: 2024-09-16T11:55:15.051Z (about 2 months ago)
- Topics: parser, rust, version
- Language: Rust
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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