Skip to main content

sync_files

Function sync_files 

Source
pub fn sync_files(
    root: &Path,
    files: &[EmbeddedFile],
) -> Result<Vec<SyncAction>, JoyError>
Expand description

Sync embedded files to disk. Only writes files that are outdated or missing. Returns a list of actions taken.