Skip to content

Commit e4cd1a5

Browse files
committed
Implement replay header parsing (including decompressing compressed chunks for both legacy and modern compression).
1 parent 3d2d8f6 commit e4cd1a5

File tree

3 files changed

+372
-3
lines changed

3 files changed

+372
-3
lines changed

Cargo.lock

Lines changed: 57 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

broodrep/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ license = "MIT OR Apache-2.0"
66

77
[dependencies]
88
byteorder = "1.5"
9+
explode = "0.1"
10+
flate2 = "1.1"
911
thiserror = "2.0"

0 commit comments

Comments
 (0)