Crate clang_format

Source
Expand description

A basic clang-format Rust wrapper.

This allows for formatting a given input using clang-format from the system.

Enums§

ClangFormatStyle
Describes the style to pass to clang-format

Functions§

clang_format
Execute clang-format with the given input and collect the output
clang_format_with_style
Execute clang-format with the given input, using the given style, and collect the output