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

1
Cargo.lock generated
View file

@ -2596,6 +2596,7 @@ version = "5.1.0"
dependencies = [
"anyhow",
"backoff",
"byteorder",
"bytes",
"chrono",
"dashmap 6.1.0",