Skip to main content

pc

Macro pc 

Source
macro_rules! pc {
    ($($tokens:tt)*) => { ... };
}
Expand description

Validates one utility string at compile time and returns its static Style.

The declarative wrapper keeps $crate hygiene when the Cargo dependency is renamed; semantic parsing and identity derivation are delegated to the exact-version procedural macro crate.