MCPcopy Create free account
hub / github.com/Lintermute/lazy_errors / MajorMinorPatch

Class MajorMinorPatch

xtask/src/version.rs:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49#[derive(Debug, Copy, Clone, PartialEq, PartialOrd, Hash, Eq, Ord)]
50struct MajorMinorPatch {
51 major: u16,
52 minor: u16,
53 patch: u16,
54}
55
56#[derive(Debug, Clone, PartialEq, PartialOrd, Hash, Eq, Ord)]
57struct CustomVersion(String);

Callers 2

from_strMethod · 0.85
vFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected