Capability
C Api For Language Agnostic Integration
10 artifacts provide this capability.
Want a personalized recommendation?
Find the best match →Top Matches
via “c api for language-agnostic integration”
A lightweight, lightning-fast, in-process vector database
Unique: Provides a minimal C99-compatible API with opaque pointers and explicit memory management, enabling language binding authors to build idiomatic wrappers without modifying zvec core, and includes example bindings for Go, Rust, and Java demonstrating integration patterns
vs others: More portable than language-specific bindings (Python pybind11, Rust crate) because it supports any language with C FFI, while more stable than C++ API because C ABI is simpler and less prone to breaking changes across compiler versions