Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

krypt-uuid

Kotlin multi-platform Universally Unique Identifier (UUID) utility. Currently, this module wraps the uuid Kotlin multi-platform library, but may eventually provide its own implementation. One of the reasons for providing a new UUID Kotlin multi-platform library was opinionated views of the API, for instance, instead of exposing globally scoped constructor functions for UUIDs, this library prefers those functions scoped to the UUID model.

Note that the uuid library is licensed under the MIT License.