Packages

A high-performance concurrent in-memory cache with one-hit-wonders detection for Erlang and Elixir

Current section

Files

Jump to
cuckoo_cache rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, []}.
{project_plugins, [erlfmt]}.
{erlfmt, [write]}.
{plugins, [covertool]}.
{covertool, [{coverdata_files, ["ct.coverdata"]}]}.