chore: re-export all from export::html module

This commit is contained in:
PoiScript 2019-03-11 00:38:22 +08:00
parent 0c64b76dc6
commit e1469b6794

View file

@ -1,6 +1,6 @@
mod html; mod html;
pub use self::html::HtmlHandler; pub use html::*;
use crate::parser::Parser; use crate::parser::Parser;
use std::io::{Result, Write}; use std::io::{Result, Write};