[][src]Crate notedown_ast

Macros

lazy_format

Lazily format something. Essentially the same as format!, except that instead of formatting its arguments to a string, it captures them in an opaque struct, which can be formatted later. This allows you to build up formatting operations without any intermediary allocations or extra formatting calls. Also supports lazy conditional and looping constructs.

Structs

Command
TableView

Enums

AST
CommandKind
ListView
SmartLink
Value