about summary refs log tree commit diff
path: root/Cargo.toml
AgeCommit message (Collapse)AuthorFilesLines
2018-09-26 feat(postgres): Bootstrap Postgres persistence implementationVincent Ambo1-1/+2
Adds the initial finito-postgres crate with type definitions for the tables and initial functions to interact with persisted FSMs. This is far from feature complete at this commit.
2018-09-26 feat(door): Check in example door implementationVincent Ambo1-1/+2
Checks in my classic, lockable door example implemented in Finito. This does not yet contain the documentation of the door in the Haskell version of Finito.
2018-09-26 feat(core): Check in Finito core libraryVincent Ambo1-0/+4
The implementation of this library is closely modeled after the core abstraction in the Haskell library. This does not at all concern itself with persistence, interpretation of effects and so on.