Structs§
- Markdown
Options - Options for Markdown conversion.
Enums§
- Format
Error - Error returned by the surface formatters.
- Format
Output - Polymorphic return for the surface formatters.
- GroupBy
- Group-by axis for
format_modules. - Markdown
Error - Error returned by
to_markdown. - Module
Style - Module render style.
- Schema
Style - Schema render style.
Functions§
- format_
csv - Render rows as RFC 4180 CSV.
- format_
jsonl - Render rows as JSON Lines. Each row is canonical compact JSON; LF terminator; no trailing blank line.
- format_
module - Render a single ScannedModule for the chosen surface.
- format_
modules - Render a sequence of ScannedModule for the chosen surface.
- format_
schema - Render a JSON Schema for a specific surface.
- to_
markdown - Convert a JSON object to a Markdown string.