diff --git a/src/lib.rs b/src/lib.rs index e7a11b5..9a0eff8 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -167,6 +167,8 @@ pub struct CompressedBlock { #[derive(Debug)] pub struct CompressedSaveFile { #[br(parse_with = until_eof)] + #[br(temp)] + #[bw(ignore)] pub data: Vec, #[br(parse_with = read_tagged_data, args(&data))] pub value: TaggedSerialization,