pub trait VersionExt { // Required method fn to_tag(&self) -> String; }
Extension trait to provide a consistent “tag” string representation for versions.
Returns a string representation of the version in the format “vX.Y.Z”