RuAnnoy

Build Status Build status

MIT License

This library is a rust port of https://github.com/spotify/annoy , currently only index serving part is implemented

| Runtimes | Nuget package | | --------------- | ------------- | | RuAnnoy | NuGet version | | RuAnnoy-Batteries-Windows-x64 | NuGet version | | RuAnnoy-Batteries-Linux-x64 | NuGet version | | RuAnnoy-Batteries-Darwin-x64 | TODO |

Installation

xml <ItemGroup> <PackageReference Include="RuAnnoy" /> <PackageReference Include="RuAnnoy-Batteries-Windows-x64" /> </ItemGroup>