Expand description
Format given Rust code snippet with rustfmt
#Example
let formated = rustfmt_snippet::rustfmt(
r#"fn main() {
}"#,
)
.unwrap();
assert_eq!(formated, "fn main() {}\n");
Functionsยง
- rustfmt
- Format given Rust code snippet with rustfmt
- rustfmt_
token_ stream - Format given TokenStream with rustfmt