moritzbrantner-math-sparse-data 0.1.0

Sparse vector and matrix contracts for text, retrieval, and feature indexing.
Documentation
[package]
name = "moritzbrantner-math-sparse-data"
version.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
description = "Sparse vector and matrix contracts for text, retrieval, and feature indexing."
readme = "README.md"
repository.workspace = true
homepage.workspace = true
documentation.workspace = true
keywords.workspace = true
categories.workspace = true

[lib]
name = "math_sparse_data"

[dependencies]
math-linear.workspace = true
runtime-core.workspace = true
serde.workspace = true
serde_json.workspace = true
numbers-core.workspace = true
vector-analysis-core.workspace = true
video-analysis-core.workspace = true

[dev-dependencies]
criterion.workspace = true

[[bench]]
name = "sparse"
harness = false