Packages

An Elixir library to generate url safe random string, can be used to generate random password, transaction codes

Current section

Files

Jump to
ex_hasher lib ex_hasher.ex
Raw

lib/ex_hasher.ex

defmodule ExHasher do
@moduledoc """
Documentation for ExHasher.
"""
@doc """
Hello world.
## Examples
iex> ExHasher.hello
:world
"""
def hello do
:world
end
end