ru_annoy 0.1.3

A rust implementation of annoy(https://github.com/spotify/annoy) (Index serving only). Providing C api as well
Documentation
[package]
authors = ["hanabi1224"]
description = """
A rust implementation of annoy(https://github.com/spotify/annoy) (Index serving only). Providing C api as well
"""
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"

[features]
cffi = ["libc"]

[dependencies]
hashbrown = "0"
libc = {version = "0", optional = true}
memmap2 = "0"

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