Skip to main content

split_file

Function split_file 

Source
pub fn split_file(input_path: &str, config: &SplitConfig) -> Result<()>
Expand description

Main entry point: split a file according to the given configuration. input_path is the path to the input file, or “-” for stdin.