Expand description
Typed Version — SemVer-compatible. Adapters convert their
native version type (cargo’s [semver::Version], npm’s loose
pre-release variants, RubyGems’ four-segment versions, PEP-440,
…) into this canonical shape during parse.
Structs§
- Version
- SemVer 2.0.0 compatible version with optional pre-release + build
metadata. Major / minor / patch are required; everything past is
optional + language-specific extension hooks live in
extension.