pub unsafe fn stdin_fd() -> impl AsFdExpand description
Alternative to having to call std::io::stdin() just to get the file descriptor of stdin
ยงSafety
I/O safety of reading from STDIN_FILENO unclear.
Currently only intended to access tcsetpgrp and tcgetpgrp with the I/O safe nix
interface.