use byteorder crate to simplify code, make clippy happy

This commit is contained in:
2025-10-27 09:13:07 -07:00
parent 3f71e0cbbd
commit 1ad81c5ba1
4 changed files with 248 additions and 230 deletions
+1
View File
@@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
byteorder = "1.5.0"
flate2 = { version = "1.1.5", features = ["zlib-rs"] }
rmp = "0.8.14"
thiserror = "2.0.17"