[dbg] Add endian order operations

This commit is contained in:
2024-02-17 08:44:14 +05:30
parent 9314888e99
commit 757d01fc25
9 changed files with 49 additions and 23 deletions

7
Cargo.lock generated
View File

@@ -54,11 +54,18 @@ dependencies = [
name = "byte-pusher-emu"
version = "0.1.0"
dependencies = [
"byteorder",
"clap",
"log",
"simple_logger",
]
[[package]]
name = "byteorder"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]]
name = "clap"
version = "4.5.1"