ip-0.9.3: Library for IP and MAC addresses
Net.IPv4.ByteString.Char8
Synopsis
encode :: IPv4 -> ByteString Source #
This should be rewritten to not create Text as an intermediate step.
Text
decode :: ByteString -> Maybe IPv4 Source #
This should also be rewritten
builder :: IPv4 -> Builder Source #
parser :: Parser IPv4 Source #