Name Description Size
ioctl.rs Terminal-related `ioctl` functions. 1612
mod.rs Terminal I/O stream operations. This API automatically supports setting arbitrary I/O speeds, on any platform that supports them, including Linux and the BSDs. The [`speed`] module contains various predefined speed constants which are more likely to be portable, however any `u32` value can be passed to [`Termios::set_input_speed`], and it will simply fail if the speed is not supported by the platform. 933
tc.rs 7804
tty.rs Functions which operate on file descriptors which might be terminals. 3196
types.rs 47050