Skip to main content

is_known_tooling_dependency

Function is_known_tooling_dependency 

Source
pub fn is_known_tooling_dependency(name: &str) -> bool
Expand description

Check whether a package is a known tooling/dev dependency by name.

This is the single source of truth for general tooling detection. Per-plugin tooling dependencies are declared via Plugin::tooling_dependencies() and aggregated separately in AggregatedPluginResult.