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