/// Returns the version of this crate in the format `MAJOR.MINOR.PATCH`.
pubfnversion()->&'staticstr{// TODO: There's also an optional _PRE part
concat!(env!("CARGO_PKG_VERSION_MAJOR"),".",env!("CARGO_PKG_VERSION_MINOR"),".",env!("CARGO_PKG_VERSION_PATCH"),)}