Expand description
File reading utilities.
EnumsΒ§
- Probable
File πKind
FunctionsΒ§
- eprint_
read_ πerror Write a human-friendly description ofeto stderr. - guess_
content πDo these bytes look like a text or a binary format? If itβs text, decode it. - read_
file_ πarg Read a path provided in a CLI argument, handling /dev/null and - correctly. - read_
file_ πor_ die - read_
files_ πor_ die - read_
or_ πdie - All the files in
dir, including subdirectories. - Walk
lhs_dirandrhs_dir, and return relative paths of files that occur in at least one directory. - u16_
from_ πbytes Group bytes into u16 values for conversion to UTF-16, respecting the byte order mark if present.