Skip to main content

decode_reaction_counts

Function decode_reaction_counts 

Source
pub fn decode_reaction_counts(s: &str) -> (Vec<(char, u32)>, u32)
Expand description

Decodes the canonical wire format into (entries, total). Lenient: skips malformed tokens silently.