1
2
3
4
5


#[derive(Parser)]
#[grammar = "knowledge.pest"]
pub struct KParser;