Crate cli_utils_hoijui
Source - StreamIdent
- Denotes/identifies/specifies a stream,
either stdin, stdout, or a file-path.
- STREAM_PATH_STR
- STREAM_PATH
- 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]
- 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.