# binchop
[](https://github.com/g0ldminer/binchop/actions)
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
```toml
[dependencies]
binchop = "0.1"
```
Working in a `no_std` environment instead? No problem!
```toml
[dependencies]
binchop = { version = "0.1", default-features = false, features = ["alloc"] }
```