pub type InstallResult = (Vec<String>, Vec<(String, String)>);Expand description
Installation result: (installed files, sidecar files)
- installed: List of relative file paths that were installed
- sidecars: List of (intended_path, actual_sidecar_path) tuples