Crate bin_file

Source
Expand description

§BinFile

Mangling of various file formats that conveys binary information (Motorola S-Record, Intel HEX, TI-TXT and binary files).

§Supported Formats

Structs§

BinFile
Struct representing a binary file
Segment
A segment is a chunk of data with given minimum and maximum address. A segment has no gaps within

Enums§

Error
Error of bin_copy
ExtTekHexRecord
Record of a Extended Tektronix Object Format
IHexFormat
Enum defining the intel hex format Default value can be created with IHexFormat::default()
IHexRecord
This data structure holds a single line from a Intel Hex File.
SRecord
An SRecord
SRecordAddressLength
Enum defining the Address Length of SRec Default value can be created with SRecordAddressLength::default()

Traits§

Record
Record trait for Datatypes having records. A record means that a line of the file is representing a closed information