faiss-sys 0.7.0

Native bindings for Faiss
Documentation
[badges.maintenance]
status = "passively-maintained"

[build-dependencies.cmake]
optional = true
version = "0.1.50"

[features]
gpu = []
static = ["cmake"]

[lib]
name = "faiss_sys"
path = "src/lib.rs"

[package]
authors = ["Eduardo Pinho <enet4mikeenet@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["external-ffi-bindings", "algorithms"]
description = "Native bindings for Faiss"
keywords = ["cbir", "clustering", "index", "similarity", "bindings"]
license = "MIT OR Apache-2.0"
links = "faiss_c"
name = "faiss-sys"
readme = false
repository = "https://github.com/Enet4/faiss-rs"
version = "0.7.0"

[package.metadata.docs.rs]
features = ["gpu"]