Packages

Base62 encoder/decoder in pure Erlang.

Current section

Files

Jump to
erlang_base62 rebar.config
Raw

rebar.config

{erl_opts, [debug_info,
warn_export_all,
warn_unused_import]}.
{cover_enabled, true}.
{xref_checks, [undefined_function_calls]}.
{eunit_opts, [verbose, {report,{eunit_surefire,[{dir,"."}]}}]}.
{dialyzer_base_plt_apps, [kernel, stdlib, erts, sasl, ssl, syntax_tools, compiler, crypto]}.