Function ucd_parser::parse_xml

source ·
pub fn parse_xml<F, P, P2>(
    zip_path: P,
    sqlite_output: P2,
    progress_cb: F
) -> Result<()>where
    F: Fn(u32, Progress),
    P: AsRef<Path>,
    P2: AsRef<Path>,