pub fn parse_milk_msg_ini(input: &str) -> Result<Vec<MessageDef>>Expand description
Parse a MILK_MSG.INI body. Sections with an empty text= are
silently dropped (matches MD2’s tolerant load). Returns the
parsed messages sorted by slot.
pub fn parse_milk_msg_ini(input: &str) -> Result<Vec<MessageDef>>Parse a MILK_MSG.INI body. Sections with an empty text= are
silently dropped (matches MD2’s tolerant load). Returns the
parsed messages sorted by slot.