View Source MishkaDeveloperTools.Helper.UUID (Mishka developer tools v0.1.7)

To make the UUID, this module is completely copied from the ecto project under the Apache License 2.0. For more information and more functions, please refer to the following path:

It should be noted that this file only supports uuid version 4. To use other versions in hex, look for another library

Summary

Types

@type raw() :: <<_::128>>
@type t() :: <<_::288>>

Functions

@spec bingenerate() :: raw()
@spec cast(t() | raw() | any()) :: {:ok, t()} | :error
@spec cast!(t() | raw() | any()) :: t()
@spec generate() :: t()