Module renderers

Source
Expand description

Contains renderer types that can be used for raw outputs and notebook-based outputs. Can be extended.

Modules§

extensions
generic
json
notebook

Structs§

RenderContext
Context that is passed to the render functions.
RenderedParam

Traits§

DocumentRenderer
Trait used for rendering a whole document. The trait is used for configuring custom formats in the courses project.
RenderElement
The base trait that renderers should implement for each type used by [create::ast::Ast].

Functions§

references_by_type

Type Aliases§

RenderResult
Type alias used to specify that the string is a renderer output.