1/// HTML named and numeric entity decoding. 2pub mod entity; 3/// Error types for the HTML parser. 4pub mod error; 5/// Fast hash functions for selector matching. 6pub mod hash; 7/// Interned HTML tag names with PHF lookup. 8pub mod tag;