feat: diff of states

Added first subcommand - diff.
It allows to check how diffrent
current state of machine is in
compareson to world file.
This commit is contained in:
2026-05-29 20:06:19 +02:00
parent da24be9a63
commit 25fd7a370e
4 changed files with 267 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
pub type Error = std::boxed::Box<dyn core::error::Error>;
pub type Result<T> = core::result::Result<T, Error>;