Crate stdin_readlines

Source

Functionsยง

stdin_read_line
std::io::stdin().read_line(&buf)
stdin_readlines
Default use EOF as end of the reading stage.
stdin_readlines_end_with
CMDS C_H: show help. C_C: clear all input data. C_D N: if N exist, delete the line N, else delete the last line C_I N: insert new lines start with line N. C_P: print the current inputed lines, if more the than 10 lines, every time print 10 lines, then you can input n to print the next, use q to quit print mode.