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

Function capabilities

rust/stringzillas.rs:878–881  ·  view source on GitHub ↗

Copies the capabilities C-string into a fixed buffer and returns it. The returned SmallCString is guaranteed to be null-terminated.

()

Source from the content-addressed store, hash-verified

876/// Copies the capabilities C-string into a fixed buffer and returns it.
877/// The returned SmallCString is guaranteed to be null-terminated.
878pub fn capabilities() -> crate::stringzilla::SmallCString {
879 let caps = unsafe { szs_capabilities() };
880 crate::stringzilla::capabilities_from_enum(caps)
881}
882
883/// Levenshtein distance engine for batch processing of binary sequences.
884///

Callers

nothing calls this directly

Calls 1

capabilities_from_enumFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…