Skip to main content

read_working_file_bytes

Function read_working_file_bytes 

Source
pub fn read_working_file_bytes(
    repo_path: &Path,
    rel_path: &str,
) -> Result<Option<Vec<u8>>>
Expand description

Bytes variant of read_working_file, for image/binary handling.