Module object::write

source ·
Expand description

Interface for writing object files.

This module provides a unified write API for relocatable object files using Object. This does not support writing executable files. This supports the following file formats: COFF, ELF, Mach-O, and XCOFF.

The submodules define helpers for writing the raw structs. These support writing both relocatable and executable files. There are writers for the following file formats: COFF, ELF, and PE.

Re-exports§

Modules§

  • Support for writing COFF files.
  • Support for writing ELF files.
  • Helper for writing PE files.

Structs§

Enums§

Traits§

Type Aliases§

  • The result type used within the write module.