Crate cnsl

Crate cnsl 

Source

Modules§

error
A module for error handling.
stdin
A module for reading from the standard input.

Macros§

readln
Reads a line from stdin, then if present, pop the trailing newline. This can be either \n or \r\n. An optional prompt can be provided. Panics on error.