Crate neotron_loader

Source
Expand description

§Neotron Loader

Handles loading Neotron Executables into the Neotron OS.

Modules§

sections
Code and Types for handling Sections
segments
Code and types for handling Segments.
traits
Traits to help us load information from different kinds of data source.

Structs§

IterProgramHeaders
Allows you to iterate through the program headers.
IterSectionHeaders
Allows you to iterate through the section headers.
Loader
An object that can load and parse an ELF file.
ProgramHeader
Represents a program header
SectionHeader
Represents a section in the section table.

Enums§

Error
The ways this API can fail

Traits§

Source
Describes something we can read data from