Skip to main content

run_numfmt

Function run_numfmt 

Source
pub fn run_numfmt<R: BufRead, W: Write>(
    input: R,
    output: W,
    config: &NumfmtConfig,
) -> Result<(), String>
Expand description

Run the numfmt command with the given configuration and input.