cairo_lang_formatter

Module cairo_formatter

Source

Structs§

  • A struct for formatting cairo files.
  • A struct encapsulating the changes made by the formatter in a single file.
  • A helper struct for displaying a file diff with colored output.
  • Parsing error representation with diagnostic entries.
  • A struct used to indicate that the formatter input should be read from stdin. Implements the FormattableInput trait.

Enums§

Traits§

  • A trait for types that can be used as input for the cairo formatter.