machine 0.0.1

compiler checked state machine development
Documentation

Machine

Join the chat at https://gitter.im/Geal/nom Build Status

Features

Installation

machine is available on crates.io and can be included in your Cargo enabled project like this:

[dependencies]
machine = "~0.0.1"

Then include it in your code like this:

#[macro_use]
extern crate machine;

Usage