Skip to main content

write_output

Function write_output 

Source
pub fn write_output(out: &ProjectOutput, dir: &Path) -> Result<()>
Expand description

Write a ProjectOutput’s files under dir, creating parent directories as needed. The shared writer behind both bynkc’s compile/test paths and bynk dev’s in-process build (slice 7) — so the on-disk result is identical however the build was driven.