Packages

Drax provides a group of common CRDTs.

Current section

Files

Jump to
drax lib drax.ex
Raw

lib/drax.ex

defmodule Drax do
@moduledoc """
Documentation for Drax.
"""
def tag do
32
|> :crypto.strong_rand_bytes
|> Base.url_encode64
|> binary_part(0, 32)
end
end