refactor: use byteorder crate to enhance portability (to BE systems), and enhance code readability, avoiding manual byte manipulations
This commit is contained in:
parent
60728f1699
commit
eaba7955d7
3 changed files with 12 additions and 14 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue