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§
Structs§
- Byte
String - 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§
Type Aliases§
- Result
- The result type used within the build module.