1 unstable release
0.1.0 | Dec 21, 2024 |
---|
#754 in Encoding
139 downloads per month
3KB
binchop
An ELF/PE serialization/deserialization library, with batteries included.
Why use binchop?
You're tired of all the ELF/PE parsers which have zero or only partial writing support? Then this crate is for you!
Usage
[dependencies]
binchop = "0.1"
Working in a no_std
environment instead? No problem!
[dependencies]
binchop = { version = "0.1", default-features = false, features = ["alloc"] }