Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steveklabnik/semver-parser
A parser for the semver specification
https://github.com/steveklabnik/semver-parser
Last synced: 17 days ago
JSON representation
A parser for the semver specification
- Host: GitHub
- URL: https://github.com/steveklabnik/semver-parser
- Owner: steveklabnik
- License: other
- Created: 2016-05-12T00:45:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-25T21:07:24.000Z (over 3 years ago)
- Last Synced: 2024-05-09T14:14:36.336Z (6 months ago)
- Language: Rust
- Size: 136 KB
- Stars: 35
- Watchers: 4
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# `semver-parser`
~~Parsing for the semver spec.~~
~~We'll have better docs at 1.0.~~
Originally intended to be a way to just parse the semver spec into data structures, with no logic around matching and such, this functionality now lives in the semver crate, and therefore, is no longer used.