grass_compiler 0.13.4

Internal implementation of the grass compiler
Documentation
1
2
3
4
#[derive(Clone, Debug)]
pub(crate) struct ExtendRule {
    pub is_optional: bool,
}