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>;