aboutsummaryrefslogtreecommitdiffstats
path: root/src/parser/pest_rst.rs
blob: 8c36fc192953c735e4c4ea869f302539e5a2773e (plain)
1
2
3
4
5
use pest_derive::Parser;

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