[][src]Crate concise_scanf_like_input

Macros

read_input_lines

Reads a sample input into a buffer, separating the the lines from each other. On Unix, one needs to enter C-D to mark the end of input.

read_line_of_vars

Reads a sample line from the previously fetched vector of lines, then parses a heterogeneous sequence of variables and stores them in previously allocated memory.