Skip to main content

Module local

Module local 

Source

Structs§

LocalDir
Collection destination: writes each file to dir/<name>. dir must already exist before driving — destination preflight is not a per-item concern (a bad output path should fail the stream once, not once per file). Use LocalDir::create_all to create it up front.
LocalPath
Singular destination: writes one file to a fixed, caller-chosen path.
LocalSink