Skip to main content

group_by_section

Function group_by_section 

Source
pub fn group_by_section(entries: &[Entry]) -> Vec<(&str, Vec<&Entry>)>
Expand description

Group entries by section name, preserving the order sections are first seen.