pub fn load(path: &Path, bytes: Bytes) -> Result<Vec<Loaded>>Expand description
Loads and decodes a dump from bytes, returning one Loaded per instance it contains.
path is carried for diagnostics. A single-process dump yields a one-element vec; a merged dump
yields one entry per process it bundles, each with its own intern table, host, and records.