pub fn render_rules_to_pest<I>(rules: I) -> BoxDoc<'static> where
    I: IntoIterator<Item = (String, PestyRule)>,