Module build

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§

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

Structs§

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

Traits§

Id
An identifier for referring to an item in a Table.
Item
An item in a Table.

Type Aliases§

Result
The result type used within the build module.