pub fn migrate_package(dir: &Path) -> Result<MigrateReport, MigrateError>Expand description
Compute the migration of the authoring package at dir. Reads only;
the report carries the rewritten texts for write_migration.
pub fn migrate_package(dir: &Path) -> Result<MigrateReport, MigrateError>Compute the migration of the authoring package at dir. Reads only;
the report carries the rewritten texts for write_migration.