Toolbelt
Maybe my search skills aren’t what they used to be anymore, but I couldn’t find any library that provided me with some usefull tools for working with various internal data structures, so I decided to roll my own. This library was heavily inspired by lodash, but it doesn’t try to mimick it. Instead, it grows on an as-needed basis.
The docs can be found at https://hexdocs.pm/plumber.
Installation
def deps do
[{:toolbelt, "~> 0.1.0"}]
end
License
The MIT License