parse

Function parse 

Source
pub fn parse(elf: &[u8]) -> Result<Option<Table>, Error>
Available on unstable only.
Expand description

Parses an ELF file and returns the decoded defmt table

This function returns None if the ELF file contains no .defmt section