Function format_gcode_io

Source
pub fn format_gcode_io<'a: 'b, 'b, W, I, T>(
    program: I,
    opts: FormatOptions,
    w: W,
) -> Result<()>
where W: IoWrite, I: IntoIterator<Item = T>, T: Borrow<Token<'a>> + 'b,
Expand description

Write GCode tokens to an IoWrite in a nicely formatted manner