Skip to main content

BuiltinSource

Type Alias BuiltinSource 

Source
pub type BuiltinSource = fn(&str) -> Option<&'static str>;
Expand description

Resolves a built-in rule name to its embedded source.

A function rather than a dependency, so this crate stays unaware of which rules ship — lanekeep-js sits below lanekeep-rules, and reaching upward for them would invert the layering for no gain.