Crate cli_utils_hoijui

Crate cli_utils_hoijui 

Source

Enums§

StreamIdent
Denotes/identifies/specifies a stream, either stdin, stdout, or a file-path.

Constants§

STREAM_PATH_STR

Statics§

STREAM_PATH

Functions§

lines_iterator
Creates a line iterator (“Iterator<String>”) from an input stream (BufRead).
remove_eol
Removes an EOL indicator from the end of the given string, if one is present. Removes either:
write_to_file
Writes a list of strings to a file; one per line. See also: [create_output_writer]

Type Aliases§

BoxError
This serves as a general purpose, catch-all error type.
BoxResult
This serves as a general purpose, catch-all result type. See BoxError for more.