Skip to content

DavidSkrundz/UUID

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UUID Swift Version Build Status Codebeat Status

A Swift implementation of UUID

let uuid = UUID(version: .v1)
let uuid = UUID(bytes: [0x12, 0x3E, 0x45, 0x67, 0xE8, 0x9B, 0x12, 0xD3, 0xA4, 0x56, 0x42, 0x66, 0x55, 0x44, 0x00, 0x00])
let uuid = UUID(string: "123e4567-e89b-12d3-a456-426655440000")

Prerequisites

Linux

$ sudo apt-get install libbsd-dev

About

A Swift implementation of UUID

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages