Crate kcheck_utils

Source

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.