bobo_html_parser 0.1.1

A simple parser of html markdown
Documentation
1
2
3
4
5
use pest_derive::Parser;

#[derive(Parser)]
#[grammar = "./grammar/grammar.pest"]
pub struct Grammar;