Module ihex::writer [] [src]

Enums

WriterError

Functions

create_object_file_representation

Generates an Intel HEX object file representation of the record set. It is the callers responsibility to ensure that no overlapping data ranges are defined within the object file. The set of records must have exactly 1 EOF record, and it must be the last record in the list. @param records Set of records to include in the object file representation. @return The object file representation if built successfully, or a failure reason.