pub fn is_stdout(path: &str) -> bool
Check if a path string indicates stdout.
Recognizes POSIX - convention and Linux device paths: -, /dev/stdout, /dev/fd/1, /proc/self/fd/1
-
/dev/stdout
/dev/fd/1
/proc/self/fd/1