Module finny::decl

source · []
Expand description

The builder-style API structures for defining your Finny FSM. The procedural macro parses these method calls and generated the optimized implementation.

Structs

The consumed struct of the FSM, ensures that all of the builder’s references are released.

The main builder-API for defining your Finny state machine.

Type Definitions