Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 805 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 805 Bytes

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