Useful functions to work with Elixir pipes.
For more details take a look at the online documentation.
Just add this to your mix.exs
and you're good to go
def deps do
[
{:plumbing, "~> 0.1.0"}
]
end
Useful functions to work with Elixir pipes.
For more details take a look at the online documentation.
Just add this to your mix.exs
and you're good to go
def deps do
[
{:plumbing, "~> 0.1.0"}
]
end