Function create_file_xz

Source
pub fn create_file_xz<P: AsRef<Path>>(
    input_path: P,
    output_path: P,
) -> Result<(), Xz>