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

Z.Data.Builder.UUID

Description

Builders for UUID.

Synopsis

Documentation

uuid :: UUID -> Builder () Source #

Write texutal UUID bytes, e.g. 550e8400-e29b-41d4-a716-446655440000

uuidUpper :: UUID -> Builder () Source #

Write texutal UUID bytes, e.g. 550e8400-e29b-41d4-a716-446655440000

encodeUUID :: UUID -> Builder () Source #

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