Packages

Fixed size FIFO cache implementation

Current section

Files

Jump to
fifocache rebar.config
Raw

rebar.config

{erl_opts, [
warnings_as_errors,
warn_export_all,
warn_untyped_record
]}.
{xref_checks, [
fail_on_warning,
undefined_function_calls
]}.
{cover_enabled, true}.
{deps, []}.