zvec-sys 0.1.1

Raw FFI bindings to zvec C library
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "zvec-sys"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Raw FFI bindings to zvec C library"
keywords = ["vector", "database", "ffi", "bindings"]
categories = ["database", "external-ffi-bindings"]
links = "zvec_c"

[build-dependencies]
bindgen = "0.70"

[features]
default = []
static = []