state_machine_future 0.2.0

Easily create type-safe `Future`s from state machines — without the boilerplate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
language: rust

cache: cargo

before_script:
  - cargo install -f cargo-readme

rust:
  - 1.24.0
  - stable
  - beta
  - nightly