forge_fmt

Module buffer

Source
Expand description

Format buffer.

Structsยง

  • A wrapper around a std::fmt::Write interface. The wrapper keeps track of indentation as well as information about the last write_str command if available. The formatter may also be restricted to a single line, in which case it will throw an error on a newline
  • IndentGroup ๐Ÿ”’
    An indent group. The group may optionally skip the first line

Enumsยง