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