Merge pull request #250 from PastaPastaPasta/refactor/byteorder

refactor: use byteorder crate to enhance portability (to BE systems), and enhance code readability, avoiding manual byte manipulations
This commit is contained in:
Igor Katson 2024-10-03 07:46:38 +01:00 committed by GitHub
commit 932836d4cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 12 additions and 14 deletions

1
Cargo.lock generated
View file

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