use-git-tag
Primitive Git tag name vocabulary for RustUse.
use-git-tag models tag names, lightweight vs annotated tag vocabulary, and version-like tag wrappers. It does not parse tag objects or depend on a semantic-versioning parser.
Basic usage
use ;
let version = new.expect;
assert_eq!;
assert_eq!;
Scope
- Validate basic tag-name text.
- Model lightweight and annotated tag labels.
- Keep tag object parsing out of scope.