Packages

A collection of helper functions that can be useful when parsing data from various data types of the Erlang standart library.

Current section

Files

Jump to
eunit_helper rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, []}.
{plugins, [rebar3_format,rebar3_hex]}.
{format, [
{files, ["src/*.erl", "test/*.erl"]},
{formatter, default_formatter},
{options, #{ribbon=>80 }}
]}.