Skip to content

Commit f235598

Browse files
committed
Expose methods for retrieving useful bits of the header without needing to use it directly.
1 parent b95e743 commit f235598

File tree

3 files changed

+321
-0
lines changed

3 files changed

+321
-0
lines changed

Cargo.lock

Lines changed: 254 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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ license = "MIT OR Apache-2.0"
66

77
[dependencies]
88
byteorder = "1.5"
9+
chrono = { version = "0.4" }
910
explode = "0.1"
1011
flate2 = "1.1"
1112
thiserror = "2.0"

0 commit comments

Comments
 (0)