Functions§
- deflate_
gzip_ file - Deflate a gzip’d file into a string.
- file_
contents_ as_ bytes - Parse file contents into a vector of bytes.
- file_
contents_ as_ string - Parse file contents into a string.
- open_
file - Open a file.
- option_
vector_ append - Take two
Option<Vec<T>>
and append the second to the first.