Packages

A high-performance, concurrent, and mutable Cuckoo Filter for Erlang and Elixir

Current section

Files

Jump to
cuckoo_filter rebar.config
Raw

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"]}]}.