jguyon / machine

Type checked state machine library in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Machine

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

Features

Installation

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

[dependencies]
machine = "~0.1.0"

Then include it in your code like this:

#[macro_use]
extern crate machine;

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

Type checked state machine library in Rust

License:MIT License


Languages

Language:Rust 100.0%