Expand description
Formatters which can read and write memory object files into disk.
The ObjFileFormat trait describes an implementation of reading/writing object files into disk.
This module provides an implementation of the trait:
BinaryFormat: A binary representation of object file dataTextFormat: A text representation of object file data
Structs§
- A binary format of object file data.
- A text-based format of object file data.
Traits§
- A trait defining object file formats.