spqlios basic wrapper

This commit is contained in:
Jean-Philippe Bossuat
2025-01-26 12:26:44 +01:00
parent 7e9a9501b5
commit 06e4e58b2d
201 changed files with 30406 additions and 3 deletions

11
spqlios/Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "spqlios"
version = "0.1.0"
edition = "2021"
[dependencies]
itertools = "0.14.0"
sampling = { path = "../sampling" }
[build-dependencies]
bindgen = "0.71.1"