pub const META: &str = "_nedb.meta";Expand description
Engine metadata that is neither a collection record nor a root: the history
floor lives here. Kept out of ROOTS so that collection stays homogeneous
and list_roots never has to skip an entry it cannot parse – an entry
skipped silently is indistinguishable from one that failed to parse.