faiss-next 0.1.0

Light weighted rust wrapper of c api of facebookresearch/faiss library
docs.rs failed to build faiss-next-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: faiss-next-0.6.0

faiss-next

faiss-next is light weighted facebookresearch/faiss c_api wrapper in rust. it's inspired by faiss-rs.

faiss-rs is great already, this crate intend to create a convinient way to integrate facebookresearch/faiss for some other rust projects of my own.

Avoiding to create some ugly self-referencing struct with Index and StandardGpuResources is major purpose of faiss-next