Packages

Helpful modules meant to extend the Elixir standard library, inspired by the Ruby gem `active_support`.

Current section

Files

Jump to
passive_support lib passive_support.ex
Raw

lib/passive_support.ex

defmodule PassiveSupport do
@moduledoc """
Helper modules for performing tasks not covered by the Elixir standard library.
Inspired by the Ruby gem `active_support`, `passive_support` aims to give
developers a utility belt they can snap to their toolchain. ... Or ...
some similar metaphor, but that makes much more sense.
"""
end