pub fn id_allocator_path(fork_id: &ForkId) -> PathExpand description
Build the canonical persistence path for a fork’s IdAllocator.
Used by both the factory below and the recovery driver in Day 6,
which needs to know where to look for fork-local allocator state
when reconstructing a fork’s Writer on Uni::open.