lnmp-sanitize 0.5.16

Lenient sanitizer and normalizer for LNMP text inputs
Documentation

lnmp-sanitize

FID Registry: See registry/fids.yaml for official Field IDs.

Lenient sanitizer for LNMP text inputs. This crate performs lightweight whitespace cleanup, escape repair, and basic normalization so that downstream strict parsers can accept slightly malformed inputs from LLMs or user-written payloads.

The API is intentionally streaming-friendly and returns a Cow<'a, str> to avoid unnecessary allocations when the input already matches the expected format.