Packages
monex
0.1.17Monadic types collection. Option (Maybe) - some(val)/none(). Result - ok(val)/error(err).
state_machine
0.1.9State Machine implementation in Elixir. It's a structure and optionally a gen_statem powered process. It validates states and transitions for integrity and features seamless Ecto-integration.
ecto_cursor
0.1.5A fully automatic cursor pagination for Ecto. It relies on analysis of the expressions in order_by clause and requires no configuration.
flow_producers
0.1.3Queue and Poller behaviours for Elixir Flow
test_probe
0.0.2TestProbe is a tiny wrapper around GenServer, that puts testing of actor interactions under control.
grass_hopper
0.1.1GrassHopper is a tiny abstraction over GenServer, that helps building dynamically scheduled recursive processes. It allows to efficiently jump along timestamps and perform user defined actions