peacock-crest 0.1.0

A CSS library for parsing and applying styles to in-memory DOM structures
Documentation
1
2
3
4
5
use pest_derive::Parser;

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