refactor(iter): use indextree::Traverse for iterating nodes

This commit is contained in:
PoiScript 2019-06-27 20:05:54 +08:00
parent 275fbfad34
commit 21aba13d71
7 changed files with 124 additions and 552 deletions

View file

@ -1,3 +1,3 @@
mod html;
pub mod html;
pub use html::*;
pub use html::{DefaultHtmlHandler, HtmlHandler};