Packages

Persistent ETS tables backed by DETS — fast in-memory access with automatic disk persistence for the BEAM

Current section

Files

Jump to
shelf src shelf.app.src
Raw

src/shelf.app.src

{application, shelf, [
{vsn, "1.0.1"},
{applications, [gleam_erlang,
gleam_stdlib]},
{description, "Persistent ETS tables backed by DETS — fast in-memory access with automatic disk persistence for the BEAM"},
{modules, [close_test_ffi,
guardian_test_ffi,
reload_atomicity_test_ffi,
shelf,
shelf@@main,
shelf@bag,
shelf@duplicate_bag,
shelf@internal,
shelf@set,
shelf_ffi,
shelf_rescue_ffi,
type_safety_test_ffi,
writethrough_consistency_test_ffi]},
{registered, []}
]}.