arroy 0.4.0

Annoy-inspired Approximate Nearest Neighbors in Rust, based on LMDB and optimized for memory usage
Documentation
[[example]]
name = "graph"
required-features = ["plot"]

[[example]]
name = "fuzz"
required-features = ["assert-reader-validity"]
[dependencies.bytemuck]
features = ["derive", "extern_crate_alloc"]
version = "1.16.1"

[dependencies.byteorder]
version = "1.5.0"

[dependencies.heed]
default-features = false
version = "0.20.2"

[dependencies.log]
version = "0.4.21"

[dependencies.memmap2]
version = "0.9.4"

[dependencies.ordered-float]
version = "4.2.0"

[dependencies.rand]
features = ["alloc"]
version = "0.8.5"

[dependencies.rayon]
version = "1.10.0"

[dependencies.roaring]
version = "0.10.5"

[dependencies.tempfile]
version = "3.10.1"

[dependencies.thiserror]
version = "1.0.61"
[dev-dependencies.anyhow]
version = "1.0.86"

[dev-dependencies.arbitrary]
features = ["derive"]
version = "1.3.2"

[dev-dependencies.clap]
features = ["derive"]
version = "4.5.7"

[dev-dependencies.env_logger]
version = "0.11.3"

[dev-dependencies.insta]
version = "1.39.0"

[dev-dependencies.instant-distance]
version = "0.6.1"

[dev-dependencies.rand]
features = ["std_rng"]
version = "0.8.5"

[dev-dependencies.tempfile]
version = "3.10.1"

[features]
assert-reader-validity = []
default = []
plot = []

[package]
authors = ["Kerollmops <clement@meilisearch.com>", "Tamo <tamo@meilisearch.com>"]
categories = ["algorithms", "database", "data-structures", "science"]
description = "Annoy-inspired Approximate Nearest Neighbors in Rust, based on LMDB and optimized for memory usage"
documentation = "https://docs.rs/arroy"
edition = "2021"
keywords = ["ANN-search", "Graph-algorithms", "Vector-Search", "Store"]
license = "MIT"
name = "arroy"
readme = "README.md"
repository = "https://github.com/meilisearch/arroy"
version = "0.4.0"