fast_h2m 0.1.0

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

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