export_bookmarks

Function export_bookmarks 

Source
pub fn export_bookmarks(
    db_path: &Path,
    export_dir: &Path,
) -> Result<ExportStats>
Expand description

Export bookmarks from database to file tree.

Skips existing TOML files to preserve user comments.

ยงErrors

Returns an error if the database cannot be read or files cannot be written.