nmslib / hnswlib

Header-only C++/python library for fast approximate nearest neighbors
https://github.com/nmslib/hnswlib
Apache License 2.0
4.38k stars 648 forks source link

Rust bindings #368

Open hermeGarcia opened 2 years ago

hermeGarcia commented 2 years ago

Hello and thank you for this incredibly useful library, it is a pleasure to read such great code. Is there any chance of getting rust bindings in the near future?

yurymalkov commented 2 years ago

There is no plans for it, but open to contributions! There are also existing third-party rust reimplementations of HNSW on the github.