extern crate htmlparser as html; #[macro_use] mod token; mod api; mod cdata; mod comments; mod condition; mod doctype; mod document; mod elements; mod pi; mod text;