Hide compressed blocks from binrw output
This commit is contained in:
parent
2ce74d3177
commit
e725df9374
1 changed files with 2 additions and 0 deletions
|
@ -167,6 +167,8 @@ pub struct CompressedBlock {
|
|||
#[derive(Debug)]
|
||||
pub struct CompressedSaveFile {
|
||||
#[br(parse_with = until_eof)]
|
||||
#[br(temp)]
|
||||
#[bw(ignore)]
|
||||
pub data: Vec<CompressedBlock>,
|
||||
#[br(parse_with = read_tagged_data, args(&data))]
|
||||
pub value: TaggedSerialization,
|
||||
|
|
Loading…
Add table
Reference in a new issue