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
1
Cargo.lock
generated
1
Cargo.lock
generated
|
|
@ -2596,6 +2596,7 @@ version = "5.1.0"
|
|||
dependencies = [
|
||||
"anyhow",
|
||||
"backoff",
|
||||
"byteorder",
|
||||
"bytes",
|
||||
"chrono",
|
||||
"dashmap 6.1.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue