# Functions
No description provided by the author
FromWriter returns a span that takes content from a function expecting a Writer.
Indented returns a span that indents all lines by the given number of tabs.
Line returns a span that emits a newline, followed by the given content.
MarkersDetails returns detailed help for the given markers, including detailed field help.
MarkersSummary returns a condensed summary of help for the given markers.
MarkerSyntaxHelp assembles syntax help for a given marker.
Newlines returns a span just containing some newlines.
# Structs
SpanWriter is a span that contains multiple sub-spans.
Table is a Span that writes its data in table form, with sizing controlled by the given table calculator.
TableCalculator calculates column widths (with optional padding) for a table based on the maximum required column width.
# Interfaces
Span is a chunk of content that is writable to an output, but knows how to calculate its apparent visual "width" on the terminal (not to be confused with the raw length, which may include zero-width coloring sequences).
# Type aliases
Decoration represents a terminal decoration.
Text is a span that simply contains raw text.