Skip to main content

meter_html_into

Function meter_html_into 

Source
pub fn meter_html_into(meter: &Meter<'_>, opts: &Emit, out: &mut String)
Expand description

A meter, written into a buffer the caller already has.

meter_html’s streaming form, byte-identical to it. The accessible name is written a piece at a time rather than built and then escaped: the numbers carry nothing an escaper would encode, so only the noun goes through one.