25fd7a370e
Added first subcommand - diff. It allows to check how diffrent current state of machine is in compareson to world file.
4 lines
112 B
Rust
4 lines
112 B
Rust
pub type Error = std::boxed::Box<dyn core::error::Error>;
|
|
|
|
pub type Result<T> = core::result::Result<T, Error>;
|