documentation index

This commit is contained in:
Marco Perone 2023-02-06 17:16:26 +01:00 committed by Marco Perone
parent 1dc4ea8449
commit 4d4f6b5751

10
docs/README.md Normal file
View File

@ -0,0 +1,10 @@
# `Crem` docs
`Crem` is a library to create, compose, run and render state machines.
Usually the library should be used following these four steps:
- [create several small machines](./how-to-create-a-machine.md)
- [compose the machines together to create more complex machines](./how-to-compose-machines.md)
- [execute your machine](./how-to-run-a-machine.md)
- [render the topology and the flow of your machine](./how-to-render-a-machine.md)