Z-Data-1.1.0.0: Array, vector and text
Copyright(c) 2020 Dong Han
LicenseBSD3
MaintainerDong <winterland1989@gmail.com>
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Z.Data.Parser.UUID

Description

Parsers for parsing UUID.

Synopsis

Documentation

uuid :: Parser UUID Source #

Parse texutal UUID bytes(lower or upper-cased), e.g. 550e8400-e29b-41d4-a716-446655440000

decodeUUID :: Parser UUID Source #

Decode binary UUID(two 64-bits word in big-endian), as described in RFC 4122.