tuid
v0.1.0
  • Pages
  • Modules

    View Source TUID.Base58 (tuid v0.1.0)

    Base58 provides heper functions to encode and decode base58 encoded strings

    https://en.wikipedia.org/wiki/Binary-to-text_encoding#Base58

    credit to blog post: https://danschultzer.com/posts/prefixed-base62-uuidv7-object-ids-with-ecto

    Summary

    Functions

    decode(string)
    decode_uuid(string)
    encode(number)
    encode_uuid(uuid)

    Functions

    Link to this function

    decode(string)

    View Source
    Link to this function

    decode_uuid(string)

    View Source
    Link to this function

    encode(number)

    View Source
    Link to this function

    encode_uuid(uuid)

    View Source

    Hex Package Hex Preview (current file) Download ePub version

    Built using ExDoc (v0.30.2) for the Elixir programming language