[][src]Crate casco

Modules

scanner

This module re-exports the types we borrow from proc_macro2.

Structs

Parse
Parser
Rule

A rule consists of a zero or more selectors and zero or more sub-items. These sub-items in turn can be properties or nested rules.

Enums

Item

This is a single item. An item consists of a single line that is delimited either with a ; punct (property) or a { ... } group (rule).

Traits

Driver

This trait should be implemented by domain-specific languages. Specifically, Stylo doesn't parse selectors or properties: it simply delegates that work to the domain-specific driver.