Crate ts_io

Source
Expand description

§ts-io

Helpers for input/output related work.

Structs§

Cursor
A simple cursor over a slice.
OutOfBounds
A read would take the cursor out of bounds.

Enums§

ReadFileError
Error variants for reading a file.

Functions§

read_file
Read a file, returning presentable error variants.
read_file_to_string
Read a file to a string, returning presentable error variants.