Skip to main content

Crate rdx_parser

Crate rdx_parser 

Source

Structs§

AttributeNode
A single attribute with its own positional data.
CodeBlockNode
A fenced code block with optional language and meta string.
ComponentNode
An RDX component node.
ErrorNode
An explicit error node for host-level error boundaries.
FootnoteNode
A footnote node (definition or reference).
ImageNode
An image node with URL, optional title, and alt text.
LinkNode
A link node with URL and optional title.
Point
Position
Positional data mapping an AST node back to its source .rdx file. Line and column numbers are 1-indexed. Offsets are 0-indexed byte offsets.
Root
The root of an RDX document.
StandardBlockNode
A standard CommonMark block node.
TextNode
A literal text node.
VariableNode
A variable interpolation node.

Enums§

AttributeValue
Supported attribute value types.
Node
A union of all possible RDX nodes.
RootType

Functions§

parse
Parse an RDX document string into a compliant AST.