Skip to content

icdevsorg/uuid.mo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UUID

Generation of UUIDs based on RFC 4122.

Usage

// import Source uuid/async/SourceV4
// import UUID uuid/UUID

let g = Source.Source();
UUID.toText(await g.new());
// F253F1F0-2885-169F-169F-2885F253F1F0

About

UUID Generator for Motoko

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Modelica 72.5%
  • Dhall 21.9%
  • Shell 5.6%