Skip to main content

split_data_section

Function split_data_section 

Source
pub fn split_data_section(content: &str) -> (String, Option<Vec<u8>>)
Expand description

Returns (program_text_before_marker, Some(data bytes after marker)) or (full, None).