Crate neatify

Source
Expand description

Neatify - A code formatter library

Neatify is a library for formatting code in various languages. It provides a API for formatting files and directories.

Structs§

FormattingStats
Statistics about formatting operations

Functions§

format
Format a file with the appropriate formatter
format_dir
Format all supported files in a directory
format_directory
Format all supported files in a directory
format_file
Format a file with the appropriate formatter