autoschematic-core 0.14.0

Core shared functionality for Autoschematic: workflow engine, state management, and Git integrations
Documentation
1
2
3
4
5
use pest_derive::Parser;

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