mirror of
https://github.com/ruvnet/RuView
synced 2026-08-11 20:41:44 +00:00
Squashed 'vendor/ruvector/' content from commit b64c2172
git-subtree-dir: vendor/ruvector git-subtree-split: b64c21726f2bb37286d9ee36a7869fef60cc6900
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
[package]
|
||||
name = "ruvector-temporal-tensor-wasm"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
license.workspace = true
|
||||
authors.workspace = true
|
||||
repository.workspace = true
|
||||
description = "WASM bindings for temporal tensor compression"
|
||||
|
||||
[dependencies]
|
||||
ruvector-temporal-tensor = { path = "../ruvector-temporal-tensor", features = ["ffi"] }
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
@@ -0,0 +1,5 @@
|
||||
//! WASM bindings for temporal tensor compression.
|
||||
//!
|
||||
//! Re-exports the FFI interface from ruvector-temporal-tensor for wasm32 targets.
|
||||
|
||||
pub use ruvector_temporal_tensor::ffi::*;
|
||||
Reference in New Issue
Block a user