refactor: use byteorder crate to enhance portability (to BE systems), and enhance code readability, avoiding manual byte manipulations

This commit is contained in:
pasta 2024-10-02 19:09:32 -05:00
parent 60728f1699
commit eaba7955d7
No known key found for this signature in database
GPG key ID: E2F3D7916E722D38
3 changed files with 12 additions and 14 deletions

View file

@ -36,6 +36,7 @@ librqbit-core = { path = "../librqbit_core", default-features = false, version =
chrono = { version = "0.4.31", features = ["serde"] }
tokio-util = "0.7.10"
bytes = "1.7.1"
byteorder = "1.5.0"
[dev-dependencies]
tracing-subscriber = "0.3"