fhp-core 0.1.1

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