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
meshlet-cli— the user-facing CLI binarymeshlet-server— the sync relay servermeshlet-proto— sync wire types