Function pifu::base::archive::create_ar_files[][src]

pub fn create_ar_files<P>(files: &[&P], to: &Path) -> Result<(), Error> where
    P: AsRef<Path> + Debug