Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2018-12-13 | fix(door): Ensure compatibility with updated FSM trait | Vincent Ambo | 1 | -1/+1 |
2018-11-22 | fix(door): Update trait impl with `State` type | Vincent Ambo | 1 | -1/+2 |
2018-11-19 | chore: Fix email address in Cargo files | Vincent Ambo | 1 | -1/+1 |
2018-09-26 | feat(door): Use failure::Error as associated error type | Vincent Ambo | 2 | -5/+20 |
2018-09-26 | feat(door): Add serde instances for door FSM types | Vincent Ambo | 2 | -3/+8 |
2018-09-26 | docs: Add rustdoc header lines as expected by the format | Vincent Ambo | 1 | -0/+2 |
2018-09-26 | docs(door): Port over documentation from finito-hs | Vincent Ambo | 1 | -8/+172 |
2018-09-26 | fix(core): Add missing 'FSM_NAME' associated constant | Vincent Ambo | 1 | -0/+1 |
2018-09-26 | feat(door): Check in example door implementation | Vincent Ambo | 2 | -0/+151 |