molecule-codegen 0.7.3

Code generator for molecule.
Documentation
1
2
3
4
5
6
7
#![allow(clippy::upper_case_acronyms)]

use pest_derive::Parser as ParserDerive;

#[derive(ParserDerive)]
#[grammar = "grammar.pest"]
pub(crate) struct Parser;