[][src]Crate srec

Parsing (reading) and generation (writing) of Motorola S-record (also known as SRECORD or SREC) files

Re-exports

pub use reader::read_records;
pub use reader::Error as ReaderError;
pub use writer::generate_srec_file;

Modules

reader

Parsing of SREC records and files

writer

Generation of SREC records and files

Structs

Address16

16-bit address

Address24

24-bit address

Address32

32-bit address

Count16

16-bit data record count

Count24

24-bit data record count

Data

Record data field

Enums

Record

An SRecord

Traits

Address

Allows conversion of an address into a vector of big-endian bytes