MCPcopy Create free account
hub / github.com/ashvardanian/StringZilla / stringzilla.rs

File stringzilla.rs

rust/stringzilla.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/// A simple semantic version structure.
2#[derive(Debug, Copy, Clone, PartialEq, Eq)]
3pub struct SemVer {
4 pub major: i32,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected