Elm Weekly - Issue #343
Tools and Projects
edkelly303/elm-order-safe-json-object-decoders
It decodes JSON objects into Elm records without the risk of field order errors.
orus-io/elm-orus-ui
A UI toolkit for Elm, modeled after the Material Design system.
lue-bird/elm-syntax-format
Pretty print an elm-syntax tree as elm-format would (breaking lines and inserting comments in the right places).
guida-lang/graph
A graph data structure library for Elm, inspired by Haskell Data.Graph.