about summary refs log tree commit diff
path: root/finito-door (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-13 fix(door): Ensure compatibility with updated FSM traitVincent Ambo1-1/+1
2018-11-22 fix(door): Update trait impl with `State` typeVincent Ambo1-1/+2
2018-11-19 chore: Fix email address in Cargo filesVincent Ambo1-1/+1
2018-09-26 feat(door): Use failure::Error as associated error typeVincent Ambo2-5/+20
2018-09-26 feat(door): Add serde instances for door FSM typesVincent Ambo2-3/+8
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 Ambo2-0/+151