We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
A lot of functions are marked as pub(crate), but are not actually called from outside the render module.
pub(crate)
Additionally, the comment at the top of render/mod.rs should probably say that the main entrypoint is the impl of FormatRenderer on Context.
render/mod.rs
FormatRenderer
Context