uo_rst_parser 0.4.3

fork of rst_parser with fixes for upstream-ontologist
Documentation
1
2
3
4
5
6
7
#![allow(clippy::redundant_closure)]

use pest_derive::Parser;

#[derive(Parser)]
#[grammar = "rst.pest"]
pub struct RstParser;