split_from and diag use iterators not vectors

This commit is contained in:
2025-02-10 15:38:16 -05:00
parent bd5cc2ea52
commit 13f5b29dac
5 changed files with 38 additions and 26 deletions

View File

@@ -8,6 +8,7 @@ edition = "2021"
debug = true
[dependencies]
either = "1.13.0"
num = "0.4"
rand = "0.9"
rayon = "1.10"