Crate koto_format

Crate koto_format 

Source

Structs§

Error
An error that can be produced during formatting
FormatOptions
Formatting options provided to format
Trivia
Captures non-AST ‘trivia’ items that are needed for formatting, like comments and newlines

Enums§

ErrorKind
The different error types that can be encountered during formatting

Functions§

format
Returns the input source formatted according to the provided options

Type Aliases§

Result