This library is a rust port of https://github.com/spotify/annoy , currently only index serving part is implemented
| Runtimes | Nuget package |
| --------------- | ------------- |
| RuAnnoy | |
| RuAnnoy-Batteries-Windows-x64 |
|
| RuAnnoy-Batteries-Linux-x64 |
|
| RuAnnoy-Batteries-Darwin-x64 | TODO |
xml
<ItemGroup>
<PackageReference Include="RuAnnoy" />
<PackageReference Include="RuAnnoy-Batteries-Windows-x64" />
</ItemGroup>