Skip to main content

render

Function render 

Source
pub fn render(policy: &Policy) -> Result<Vec<RenderedOutput>>
Expand description

Render all .windsurf/rules/ outputs for the given policy.

ยงErrors

Returns Error::Render if any template fails to compile or render.