linkmarks-core
Domain model, traits, URL canonicalization, and local dedupe for LinkMarks. This crate has no I/O beyond pure parsing helpers — all filesystem, network, and database concerns live in the bridges and the CLI.
See:
model—Bookmark,SourceRef,Collection,Tagtraits—BookmarkSource,BookmarkSinkcanonical— URL canonicalization rulesdedupe— local deterministic dedupe by canonical URLerrors— error typesparser— shared parsing helperspaths— XDG-aware filesystem pathsmigrator— forward-only SQLite migratorstore— SQLite-backed bookmark storeconfig— TOML config loader