index
:
rust-rst
allow-rst-to-read-from-stdin
master
options
trailing-newlines
a reStructuredText parser and renderer
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
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
;