Resolve
Dependency injection and resolution at compile time or runtime.
installation
Installation
The package can be installed by adding resolve
to your list of dependencies
in mix.exs
:
def deps do
[
{:resolve, "~> 0.0.1"}
]
end