basic version of 95, very slow

This commit is contained in:
Dr. Matthias Ratajczak
2023-06-28 14:41:10 +02:00
parent 708aafb362
commit 5cb8d0cfe7
2 changed files with 86 additions and 38 deletions
+6 -1
View File
@@ -5,4 +5,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[dev-dependencies]
rstest = "0.17"
[profile.release]
debug = true
lto = "fat"