Packages

Dynamic dispatching macros for Elixir. Because there is only some many times you can write them before decicing to learn how to do macros, automate it and be amazed at the lack of circular dependency errors.

Current section

Files

Jump to
diex README.md
Raw

README.md

# Diex
Macros for simple dependency injection and dynamic dispatching in Elixir
## Installation
The package can be installed by adding `diex` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:diex, "~> 0.0.1"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/diex](https://hexdocs.pm/diex).