Expand description
A basic clang-format Rust wrapper.
This allows for formatting a given input using clang-format
from the system.
Enums§
- Clang
Format Style - 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