Srex
Srex is a library for parsing SRec files.
Example
use ;
use SRecordFile;
let srecord_str = read_to_string.unwrap;
let srecord_file = from_str.unwrap;
// Get data at address 0x123
let x: u8 = srecord_file;
println!;
:warning: This tool is currently being built and may see large changes in future commits.