Skip to main content

extract

Function extract 

Source
pub fn extract(dest: &Path) -> Result<()>
Expand description

Extract all bundled resource files into dest. The destination is expected to already exist (e.g. a freshly-created tempdir). Any files already present at the same paths are overwritten.