object 0.36.7

A unified interface for reading and writing object file formats.
Documentation
1
2
3
4
5
#![cfg(feature = "read")]

mod coff;
mod elf;
mod macho;