Skip to main content

compose

Function compose 

Source
pub fn compose(run: &Run<'_>) -> String
Expand description

Renders the payload a run receives on stdin.

This is the whole of what the process is told. There is no second channel: a runner that takes a file gets this same text written to a path, and one that does not gets it on stdin.