stdin_fd

Function stdin_fd 

Source
pub unsafe fn stdin_fd() -> impl AsFd
Expand 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.