Delegate

Provides utilities for delegating macros and entire functions and macros of another module

Installation

The package can be installed by adding delegate to your list of dependencies in mix.exs:

def deps do
  [
    {:delegate, ">= 0.0.0"}
  ]
end

The docs can be found at https://hexdocs.pm/delegate.