linkmarks-core 2.1.2

Core domain model, traits, URL canonicalization, and local dedupe for LinkMarks.
Documentation

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:

  • modelBookmark, SourceRef, Collection, Tag
  • traitsBookmarkSource, BookmarkSink
  • canonical — URL canonicalization rules
  • dedupe — local deterministic dedupe by canonical URL
  • errors — error types
  • parser — shared parsing helpers
  • paths — XDG-aware filesystem paths
  • migrator — forward-only SQLite migrator
  • store — SQLite-backed bookmark store
  • config — TOML config loader