ruvector-temporal-tensor 2.0.4

Temporal tensor compression with tiered quantization for RuVector
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "ruvector-temporal-tensor"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
description = "Temporal tensor compression with tiered quantization for RuVector"

[features]
default = []
ffi = []          # Enable WASM/C FFI exports
simd = []         # Enable SIMD-accelerated quantization (future)
persistence = []  # Enable disk-backed BlockIO and MetaLog (uses std::fs)

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