is there a reference documentation to mount? I just looked at the huge readme and wanted to instead quickly get an overview over the functions available
depending on what you are looking for this sums it up:
(defstate conn :start (create-conn)
:stop (disconnect conn))
(mount/start)
(mount/stop)
+ other functions that mostly used in testing / running subsystems: https://github.com/tolitius/mount#composing-states