pub fn import_bundle(json: &str) -> Result<MergeReport, String>Expand description
Parse and merge a bundle into the local stores. Fails on schema mismatch rather than guessing — a future schema bump must ship its own migration.
pub fn import_bundle(json: &str) -> Result<MergeReport, String>Parse and merge a bundle into the local stores. Fails on schema mismatch rather than guessing — a future schema bump must ship its own migration.