is_render_suppressed_component

Function is_render_suppressed_component 

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

Re-export of the comparison-policy types so downstream crates using ktstr::cli as their public surface don’t need to reach into the internal ktstr::stats module (which is pub(crate) — see lib.rs — and therefore not a stable public path). The policy is the only item in stats that a CLI or external consumer constructs directly; every other item is internal plumbing reached via cli::compare_partitions. True when name is a Rate component suppressed from compare output (see the private RENDER_SUPPRESSED_COMPONENTS list).