rewrote all bindings, removed dependency on binding generation

This commit is contained in:
Jean-Philippe Bossuat
2025-01-30 17:34:57 +01:00
parent a7af4d6d1f
commit d3a8d20647
25 changed files with 1040 additions and 189 deletions

View File

@@ -12,9 +12,6 @@ rand_core = {workspace = true}
sampling = { path = "../sampling" }
utils = { path = "../utils" }
[build-dependencies]
bindgen ="0.71.1"
[[bench]]
name = "fft"
harness = false