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
- Describes the style to pass to clang-format
Functions
- Execute clang-format with the given input and collect the output
- Execute clang-format with the given input, using the given style, and collect the output