Skip to content

Commit

Permalink
Add link to API reference
Browse files Browse the repository at this point in the history
  • Loading branch information
karwa committed Nov 3, 2021
1 parent eccb88a commit 18d843b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

UUIDv4 and v6\* generation in Swift.

[[API Reference](https://karwa.github.io/uniqueid/)]

A UUID is an identifier that is unique across both space and time, with respect to the space of all UUIDs. They are used for multiple purposes, from tagging objects with an extremely short lifetime, to reliably identifying very persistent objects across a network.

`UniqueID` supports any 128-bit UUID, and is fully compatible with Foundation's `UUID`. It also includes features to generate 2 kinds of ID:
Expand Down

0 comments on commit 18d843b

Please sign in to comment.