fast_h2m 0.4.2

High-performance HTML to Markdown converter
Documentation
1
2
3
4
//! Local aliases for the `rustedbytes-tl` std parser configuration.

pub type Dom<'a> = tl::VDom<'a, 32, 0, 0, 16, 16, 0>;
pub type Parser<'a> = tl::Parser<'a, 32, 0, 0, 16, 16, 0>;