Skip to main content

Module render_view

Module render_view 

Source
Expand description

Tools for rendering Rust paths into strings.

This module takes a typed View (a list of PathSegments) and turns it into either:

  • a structured Rendered (with module vs. path parts), or
  • a single flat String.

The RenderView trait allows for customization.

Modules§

default
Default rendering helpers used by RenderView’s blanket implementations.

Structs§

Rendered
The structured result of rendering a View.

Traits§

RenderView
A helper trait to render a View (a typed list of path segments) into strings.