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(withmodulevs.pathparts), or - a single flat
String.
The RenderView trait allows for customization.
Modules§
- default
- Default rendering helpers used by
RenderView’s blanket implementations.
Structs§
Traits§
- Render
View - A helper trait to render a
View(a typed list of path segments) into strings.