funfsm 0.1.0

An FSM library where the states are functions
Documentation

Build Status

API Documentation

Usage

Add the following to your Cargo.toml

[dependencies]
funfsm = "0.1"

Add this to your crate root

extern crate funfsm;

Description

funfsm is a finite state machine library where every state in the FSM is a function.