Skip to content

Commit 6b8c39c

Browse files
committed
Convert ELF read/write to use bytemuck
1 parent c555d70 commit 6b8c39c

File tree

10 files changed

+8606
-548
lines changed

10 files changed

+8606
-548
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ uuid = { version = "0.8", default-features = false }
1919
flate2 = { version = "1", optional = true }
2020
crc32fast = { version = "1.2", optional = true }
2121
indexmap = { version = "1.1", optional = true }
22+
bytemuck = "1.1"
2223

2324
[dependencies.goblin]
2425
version = "0.1"

0 commit comments

Comments
 (0)