[package]
edition = "2021"
name = "ordvec"
version = "0.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Training-free ordinal & sign quantization for vector retrieval — name reservation ahead of the first release. See the repository."
homepage = "https://github.com/Fieldnote-Echo/ordvec"
readme = false
keywords = [
"vector-search",
"quantization",
"nearest-neighbor",
"ann",
"simd",
]
categories = ["algorithms"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Fieldnote-Echo/ordvec"
[lib]
name = "ordvec"
path = "src/lib.rs"