proximity-cache 0.1.0

Experiments on approximate vector search in high-dimensional spaces
Documentation
[[bin]]
name = "proximitybin"
path = "src/main.rs"

[dependencies.npyz]
version = "0.8.3"

[dependencies.rand]
version = "0.8.5"

[dev-dependencies.quickcheck]
version = "1.0.3"

[lib]
name = "proximitylib"
path = "src/lib.rs"

[package]
authors = ["SaCS laboratory, EPFL. Correspond with mathis[d o t]randl[a t]epfl.ch"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Experiments on approximate vector search in high-dimensional spaces"
edition = "2021"
license-file = "LICENSE"
name = "proximity-cache"
readme = "README.md"
repository = "https://gitlab.epfl.ch/randl/proximity"
version = "0.1.0"