pub fn bundle_doc(doc_path: &Path, out_path: &Path) -> Result<String, String>Expand description
Pack the session store for the document at doc_path into out_path.
Resolves the real data directory automatically. Use bundle_doc_in in
tests where you want a tempdir-rooted store.