Makes working with Elixir IP tools (which is way better than langs with no structured IP datatype), even even better by giving access to Elixir things, like Enum and guards.
Also provides tools for Mac Addresses
From the package directory, you can run mix test
to test this package.
Coverage reports can be generated by running mix coveralls.html
, and the
coverage report will land in cover/
.
Documentation should appear at the following web location:
https://hexdocs.pm/net_address
This package is published in hex.
In order to add this to your project, use the following invocation in your mix.exs file:
def deps do
[
{:net_address, "~> 0.3.1"}
]
end