Crate ffbm

Crate ffbm 

Source
Expand description

Firefox Bookmark Manager library.

Provides functionality for managing Firefox bookmarks through a version-control-friendly workflow.

Structs§

Bookmark
A bookmark entry.
ExportStats
Statistics from an export operation.
ImportStats
Statistics from an import operation.
Profile
A Firefox profile discovered from Profile Groups.
Separator
A separator entry in a bookmark folder.

Enums§

Error
Errors that can occur during bookmark management.

Functions§

check_firefox_not_running
Check if Firefox is currently running by examining the profile.
export_bookmarks
Export bookmarks from database to file tree.
find_profile
Find a profile by name (case-insensitive exact match).
import_bookmarks
Import bookmarks from file tree to database.
list_profiles
List all Firefox profiles from Profile Groups databases.

Type Aliases§

Result
A specialized Result type for ffbm operations.