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.
pub fn split_file(input_path: &str, config: &SplitConfig) -> Result<()>Main entry point: split a file according to the given configuration.
input_path is the path to the input file, or “-” for stdin.