ip-0.9.3: Library for IP and MAC addresses

Safe HaskellNone
LanguageHaskell2010

Net.Mac.ByteString.Char8

Synopsis

Documentation

builder :: Mac -> Builder Source #

Make a bytestring builder from a Mac address using a colon as the separator.

parser :: Parser Mac Source #

Parser for a Mac address using with a colon as the separator (i.e. FA:43:B2:C0:0F:99).

parserWith :: MacCodec -> Parser Mac Source #

Parser for a Mac address using the provided settings.