The latest version of typed-fsm is 0.3.0.1-0.
typed-fsm
Version 0.2.0.1 revision 0 uploaded by sdzx.
Package meta
- Synopsis
- A framework for strongly typed FSM
- Description
FSM stands for Finite State Machine. The typed-fsm is used to define and execute FSM.
Advantages of type-fsm:
Focus on the right message.
Top-to-bottom design for easy refactoring.
Conducive to building complex state machine systems:
* Type guarantees will not produce incorrect function calls when written.
* With the help of the type system, we can define many state processing functions and then call each other recursively with confidence.
There is a sanity check. If you miss some items for pattern matching, the compiler will issue a warning, and there will also be a warning for invalid items.
- Author
- sdzx-1
- Bug reports
- n/a
- Category
- Control
- Copyright
- n/a
- Homepage
- n/a
- Maintainer
- shangdizhixia1993@163.com
- Package URL
- n/a
- Stability
- n/a