ru_annoy 0.1.3

A rust implementation of annoy(https://github.com/spotify/annoy) (Index serving only). Providing C api as well
Documentation
[dependencies.hashbrown]
version = "0"

[dependencies.libc]
optional = true
version = "0"

[dependencies.memmap2]
version = "0"

[features]
cffi = ["libc"]

[lib]
crate-type = ["lib", "cdylib"]

[package]
authors = ["hanabi1224"]
description = "A rust implementation of annoy(https://github.com/spotify/annoy) (Index serving only). Providing C api as well\n"
edition = "2018"
exclude = ["dotnet", "java", "test_gen", ".idea", ".vscode", ".github", "*.yml", "*.iml", ".gitignore"]
license = "MIT"
name = "ru_annoy"
repository = "https://github.com/hanabi1224/RuAnnoy"
version = "0.1.3"