Current section
Files
Jump to
Current section
Files
cuckoo_cache
rebar.config
rebar.config
{erl_opts, [debug_info]}.
{deps, [{cuckoo_filter, "0.3.1"}]}.
{profiles, [
{test, [{deps, [{xxh3, "0.3.1"}]}]}
]}.
{project_plugins, [erlfmt]}.
{erlfmt, [write]}.
{plugins, [covertool]}.
{covertool, [{coverdata_files, ["eunit.coverdata"]}]}.