state_machine_future 0.2.0

Easily create type-safe `Future`s from state machines — without the boilerplate.
Documentation
[badges.travis-ci]
repository = "fitzgen/state_machine_future"

[dependencies.derive_state_machine_future]
version = "=0.2.0"

[dependencies.futures]
version = "0.1.18"

[dependencies.rent_to_own]
version = "0.1.0"

[features]
debug_code_generation = ["derive_state_machine_future/debug_code_generation"]

[package]
authors = ["Nick Fitzgerald <fitzgen@gmail.com>", "Bastian Köcher <git@kchr.de>"]
categories = ["asynchronous", "rust-patterns"]
description = """
Easily create type-safe `Future`s from state machines — without the boilerplate.
"""
documentation = "https://docs.rs/state_machine_future"
keywords = ["typestate", "derive", "state", "machine", "future"]
license = "Apache-2.0/MIT"
name = "state_machine_future"
readme = "./README.md"
repository = "https://github.com/fitzgen/state_machine_future"
version = "0.2.0"