pub fn reference_list_keyed(
refs: &[Reference],
style: Format,
) -> Vec<(String, String)>Expand description
Build the full reference list as (key, formatted_entry) pairs in display
order. Numbered styles (IEEE/ACM) keep the input order (the caller passes
references in citation order) and number 1..; author styles sort
alphabetically. Deterministic.