rez-next-version
Version parsing, comparison, and range operations for rez-next.
Features
- Version string parsing (
1.2.3,1.2.3-alpha.1) - Ordered comparison and sorting
- Version range parsing and containment checks
- State-machine based tokenizer
Usage
use Version;
let v = parse.unwrap;
let v2 = parse.unwrap;
assert!;
Part of rez-next
License: Apache-2.0