Skip to main content

Module parser

Module parser 

Source
Expand description

Shared parsing helpers used by bridges.

v1 has minimal helpers — most parsing is format-specific and lives in the bridge crate (e.g., Chromium JSON parsing in linkmarks-bridge-chromium). This module is a placeholder for the HTML/CSV/MIME helpers that later phases will need.

Functions§

decode_html_entities
Decode the five named XML/HTML entities and numeric character references (&#NN;, &#xHH;) commonly seen in Netscape bookmark files. Other entities are passed through unchanged.