Skip to main content

write_file_header

Function write_file_header 

Source
pub fn write_file_header<W: Write>(
    w: &mut W,
    path: &Path,
    args: &ExtractArgs,
) -> Result<()>