Crate conio_rs

Source
Expand description

conio_rs Windows conio API wrapper for rust

Functionsยง

cputs
getch
Enter 1 byte from the console.
getche
Enter 1 byte from console with Echo.
putch
Output 1 byte to the console
to_ascii
Converts i32 to Ascii characters.