Implement heap tests

This commit is contained in:
2025-12-20 16:32:33 +01:00
parent abdef70198
commit e22dc65588
6 changed files with 310 additions and 47 deletions

View File

@@ -5,3 +5,6 @@ edition = "2024"
[dependencies]
NovaError = {path = "../NovaError"}
[dev-dependencies]
rand = "0.9.2"