meshlet-core 0.1.1

Core library for meshlet: CRDT bookmark storage, SQLite mirror, and web fetcher
Documentation

meshlet-core

Core library for meshlet — the bookmark manager's data layer. Provides:

  • CRDT storage via Loro — conflict-free bookmark CRUD with deterministic convergence
  • SQLite mirror — queryable projection of the CRDT state for fast keyword/tag/regex search
  • Web fetcher — extracts title, description, and keywords from HTML pages
  • Reconciliation — deduplicates bookmarks by URL after multi-device sync

You probably want meshlet-cli (the binary) rather than this library directly.

Related crates