Module rustc_errors::markdown

source ·
Expand description

A simple markdown parser that can write formatted text to the terminal

Entrypoint is MdStream::parse_str(...)

Modules

Structs

  • An AST representation of a Markdown document

Enums

  • A single tokentree within a Markdown document

Functions