pub fn collect_file_bytes(root: &Path) -> BTreeMap<String, Vec<u8>>
Collect all file bytes under root, keyed by normalized relative paths.
root
Paths are normalized to use / separators so snapshots are stable across platforms.
/