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