funfsm 0.2.1

An FSM library where the states are functions
Documentation
Build #57249 2017-06-05 15:07:37
# rustc version
rustc 1.19.0-dev (28a93c1f4 2017-05-31)# docs.rs version
cratesfyi 0.4.0-dev (bedcc0c 2017-06-01)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading funfsm v0.2.1
Documenting funfsm v0.2.1
Running `rustdoc --crate-name funfsm .cargo/registry/src/github.com-1ecc6299db9ec823/funfsm-0.2.1/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps`
warning[E0122]: trait bounds are not (yet) enforced in type definitions
--> .cargo/registry/src/github.com-1ecc6299db9ec823/funfsm-0.2.1/src/constraints.rs:4:1
|
4 | pub type Pred<T: FsmTypes> = Box<Fn(&T::Context) -> bool>;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

warning[E0122]: trait bounds are not (yet) enforced in type definitions
--> .cargo/registry/src/github.com-1ecc6299db9ec823/funfsm-0.2.1/src/constraints.rs:5:1
|
5 | / pub type TransitionCheck<T: FsmTypes>
6 | |     = fn(&T::Context, &T::Context, &T::Msg, &Vec<T::Output>) -> Result<(), String>;
| |___________________________________________________________________________________^

Finished dev [unoptimized + debuginfo] target(s) in 0.37 secs