MCPcopy Create free account
hub / github.com/ashvardanian/StringZilla / version

Function version

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

Returns the semantic version information.

()

Source from the content-addressed store, hash-verified

751
752/// Returns the semantic version information.
753pub fn version() -> SemVer {
754 SemVer {
755 major: unsafe { sz_version_major() },
756 minor: unsafe { sz_version_minor() },
757 patch: unsafe { sz_version_patch() },
758 }
759}
760
761/// A fixed-size, compile-time known C-string buffer type.
762/// It keeps track of the number of written bytes (excluding the null terminator).

Callers

nothing calls this directly

Calls 3

sz_version_majorFunction · 0.50
sz_version_minorFunction · 0.50
sz_version_patchFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…