clang-format
A basic clang-format Rust wrapper.
This allows for formatting a given input using clang-format from the system.
let input = r#"
struct Test {
};
"#;
let output = clang_format_with_style;
assert!;
assert_eq!;
A basic clang-format Rust wrapper.
This allows for formatting a given input using clang-format from the system.
let input = r#"
struct Test {
};
"#;
let output = clang_format_with_style;
assert!;
assert_eq!;