pub fn read_section_addresses(
buf: &[u8],
index: &InkbIndex,
) -> Result<Vec<AddressDef>, DecodeError>Expand description
Read the addresses from a complete .inkb file using its index.
pub fn read_section_addresses(
buf: &[u8],
index: &InkbIndex,
) -> Result<Vec<AddressDef>, DecodeError>Read the addresses from a complete .inkb file using its index.