Function codegenrs::rustfmt

source ยท
pub fn rustfmt(
    text: impl Display,
    config: Option<&Path>,
) -> Result<String, Box<dyn Error>>
Expand description

Run rustfmt on an in-memory string