pub fn wal_frame_key(prefix: &str, frame_seq: u64) -> StringExpand description
Build the canonical WAL frame key. prefix is the WAL-prefix portion (e.g.
"my-graph/wal"); frame_seq is the per-frame cursor. Zero-padded so
lex-ASC string sort equals numeric ASC sort.