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