[go: up one dir, main page]

object

Module build

Source
Expand description

Interface for building object files.

This module provides common types and traits used in the builders.

The submodules define the builders for each file format.

Modules§

  • This module provides a Builder for reading, modifying, and then writing ELF files.

Structs§

  • A byte slice that is a string of an unknown encoding.
  • A byte slice.
  • The error type used within the build module.
  • A table of items.

Traits§

Type Aliases§

  • The result type used within the build module.