Move utils to separate crate

This commit is contained in:
2026-08-18 10:01:06 +02:00
parent c21c4af378
commit 08d1e9c797
13 changed files with 309 additions and 126 deletions
+2
View File
@@ -0,0 +1,2 @@
pub mod error;
pub mod instruction;