//! Named and numeric character-reference decoding shared by the text readers. The named-entity
//! table is generated at build time from the vendored character-reference data.
include!;
/// Convert a numeric character reference's code point to a character: the null code point and any
/// value outside the Unicode scalar range both map to the replacement character.
pub
/// Look up a named character reference (keyed without the leading `&` or trailing `;`), returning its
/// replacement text.
pub