pub fn textlog_dump(src: impl Read, index: &Path) -> CuResult<()>
Expand description
Full dump of the copper structured log from its binary representation. This rebuilds a textual log. src: the source of the log data index: the path to the index file (containing the interned strings constructed at build time)