RuAnnoy

Build Status Build status Crates.io Coverage Status

MIT License

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

FFI support

dotnet nuget packages

| 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>