An open API service indexing awesome lists of open source software.

https://github.com/yah01/knowhere-rs

Rust port of Knowhere
https://github.com/yah01/knowhere-rs

Last synced: 2 months ago
JSON representation

Rust port of Knowhere

Awesome Lists containing this project

README

          

# knowhere-rs
Rust port of Knowhere

## Generate
Compile Knowhere with Release mode first:
```shell
mkdir build && cd build
conan install .. --build=missing -o with_ut=True -s compiler.libcxx=libstdc++11 -s build_type=Release
conan build ..
```

This generates the Knowhere shared library to `knowhere/build/Release`, so the bindgen could find it.

Then run `cargo build` to generate the bindings at `src/knowhere.rs`