about summary refs log tree commit diff
path: root/finito-door/src/lib.rs
AgeCommit message (Expand)AuthorFilesLines
2018-11-22 fix(door): Update trait impl with `State` typeVincent Ambo1-1/+2
2018-09-26 feat(door): Use failure::Error as associated error typeVincent Ambo1-5/+19
2018-09-26 feat(door): Add serde instances for door FSM typesVincent Ambo1-3/+4
2018-09-26 docs: Add rustdoc header lines as expected by the formatVincent Ambo1-0/+2
2018-09-26 docs(door): Port over documentation from finito-hsVincent Ambo1-8/+172
2018-09-26 fix(core): Add missing 'FSM_NAME' associated constantVincent Ambo1-0/+1
2018-09-26 feat(door): Check in example door implementationVincent Ambo1-0/+144