- Add methods to access the state machine from
AsyncProtocol
[#9] Adds methodsAsyncProtocol::state_machine_ref
andAsyncProtocol::into_state_machine
- Update documentation of StateMachine
- Simulation can be configured to enable/disable tracing state changes #6
Simulation useslog
crate to produce tracing messages, so logging can be configured at application level via logging implementation crates likeenv_logger
-
Improved Simulation
It got smarter, now should be able to carry out any valid StateMachine implementation