Expand description
Component-level rendering primitives shared by citations and bibliographies.
Structs§
- Proc
Entry - A processed bibliography entry.
- Proc
Template Component - A processed template component with its rendered value.
Functions§
- get_
effective_ rendering - Get effective rendering, applying global config, then local template settings, then type-specific overrides.
- get_
title_ category_ rendering - Resolve title-category-specific rendering overrides for a title component.
- render_
component - Render a single component to string using the default
PlainTextformat. - render_
component_ with_ format - Render a single component using a specific output format.
- render_
component_ with_ format_ and_ renderer - Render a single component using a specific output format and an existing renderer instance.
Type Aliases§
- Proc
Template - A processed template (list of rendered components).