pedant-core 0.20.1

Analysis engine for pedant: IR extraction, style checks, and capability detection
Documentation
1
2
3
4
//! Function signature shared by prefixed string-evidence validators.

/// Validate a complete string and the suffix after its recognized prefix.
pub(super) type PrefixValidator = fn(&str, &str) -> bool;