Skip to main content

Crate blizz_fsm

Crate blizz_fsm 

Source

Re-exports§

pub use input::Action;
pub use input::Direction;

Modules§

input

Structs§

BranchFn
Arc-wrapped predicate that maps accumulated answers to a Branch.
StateMachine
Queue-based state machine interpreter.
StateResult
Completion payload returned by a state when it finishes.

Enums§

Branch

Traits§

State
A single step in a state machine, generic over context type Ctx and the object-safe state marker S.

Type Aliases§

AdvanceFn
A boxed closure that expands a submitted value into continuation states.