/*!
Filesystem utilities.
*/
use fs;
use io;
use thread;
use crateError;
/**
Pipe a streaming source implementing [`std::io::Read`] to a file in
append mode.
This is used to pipe log output from a full node's child process
to log files.
*/