Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 447 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 447 Bytes

rannoy

spotify/annoy bindings for Rust.

[dependencies]
rannoy = { git = "https://github.com/uzushino/rs-annoy" }

Building

$ git clone https://github.com/uzushino/rannoy
$ cd rannoy
$ cargo build

Example

mnist

$ cargo run --example mnist

See also

spotify/annoy
https://github.com/spotify/annoy

License

rannoy is licensed under the Apache-2.0 license.