VersionTuple

Type Alias VersionTuple 

Source
pub type VersionTuple = (u16, u16, u16);
Expand description

A tuple representing the version of the crate as (major, minor, patch).