Function write_output
pub fn write_output(out: &ProjectOutput, dir: &Path) -> Result<(), Error>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.