Expand description
§ts-io
Helpers for input/output related work.
Structs§
- Cursor
- A simple cursor over a slice.
- OutOf
Bounds - A read would take the cursor out of bounds.
Enums§
- Read
File Error - 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.