better error handling and debugging

This commit is contained in:
2025-07-18 20:31:23 +01:00
parent 321ae584bf
commit 0655fb2724
3 changed files with 93 additions and 57 deletions

1
Cargo.lock generated
View File

@@ -92,6 +92,7 @@ name = "calc-math"
version = "0.1.0"
dependencies = [
"num-traits",
"ufmt",
]
[[package]]