net_address icon indicating copy to clipboard operation
net_address copied to clipboard

IP and Mac address tools for Elixir

NetAddress

Elixir Network Address convenience modules.

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

Testing

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

Documentation should appear at the following web location:

https://hexdocs.pm/net_address

Installation/Usage

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