runic 1.1.0

Stupid string to duration converter
Documentation
1
2
3
4
5
#[derive(Parser)]
#[grammar = "grammar.pest"]
pub struct ScriptParser;

pub(crate) type PestRule = Rule;