machine 0.0.1

compiler checked state machine development
Documentation
# Machine

[![Join the chat at https://gitter.im/Geal/nom](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Geal/nom?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build Status](https://travis-ci.org/Geal/machine.svg?branch=master)](https://travis-ci.org/Geal/machine)

## Features


## Installation

machine is available on [crates.io](https://crates.io/crates/machine) and can be included in your Cargo enabled project like this:

```toml
[dependencies]
machine = "~0.0.1"
```

Then include it in your code like this:

```rust
#[macro_use]
extern crate machine;
```

## Usage