nom_html_parser 0.1.1

A parser to convert HTML string to HTML tree structure written with Nom
Documentation
1
2
3
pub const IDENTIFIER_ERROR: &'static str  = "failed to parse identifier. \nNeeds # or . as first character for the moment.";
pub const NO_OPENING_BRACE_ERROR: &'static str  = "failed to parse opening brace.";
pub const NO_CLOSING_BRACE_ERROR: &'static str  = "failed to parse closing brace.";