Crate biome_console

source ·

Modules§

Macros§

Structs§

  • Implementation of Console storing all printed messages to a memory buffer
  • Implementation of Console printing messages to the standard output and standard error
  • A horizontal line with the given print width
  • Root type returned by the markup macro: this is simply a container for a list of markup nodes
  • Implementation of a single “markup node”: a piece of text with a number of associated styles applied to it
  • Individual message entry printed to a BufferConsole

Enums§

Traits§

  • Generic abstraction over printing markup and diagnostics to an output, which can be a terminal, a file, a memory buffer …
  • Extension trait for Console providing convenience printing methods