Re-exports§
pub extern crate object;
Structs§
- Builder for DWARF packages, add input objects/packages with
add_input_object
or input objects referenced by an executable withadd_executable
before accessing the completed object withfinish
.
Enums§
- Diagnostics (and contexts) emitted during DWARF packaging.
- Should missing DWARF objects referenced by executables be skipped or result in an error?
Traits§
Session
is expected to be implemented by users ofthorin
, allowing users ofthorin
to decide how to manage data, rather thanthorin
having arenas internally.