Finite state machines in rust; bendns fork to add types.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ The DSL is parsed by the `state_machine` macro. Here is a little example. #[macro_use] extern crate rust_fsm_dsl; -use use rust_fsm::*; +use rust_fsm::*; state_machine! { CircuitBreaker(Closed) |