View Source ExEmail (ExEmail v0.1.0)
A pure-Elixir reimplementation of :email_validator
.
Summary
Types
Functions
@spec parse(String.t()) :: {:ok, t()} | {:error, ExEmail.Error.t()}
@spec validate(String.t()) :: :ok | {:error, ExEmail.Error.t()}