pub const SUPPORTS_LITE_MODE: bool = true;Expand description
Capability advertisement — this port ships lite-mode decode +
lite-mode encode. See SPEC §Parsing modes — full and lite. Lite
mode is optional to ship; callers can probe this constant before
opting in via decode_lite_document / encode_lite.