Current section
Files
Jump to
Current section
Files
src/shelf.app.src
{application, shelf, [
{vsn, "1.0.0"},
{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, []}
]}.