//! Percent-string parsing shared by adapters that report values as `"N%"`.
/// Parse a percent-formatted string (e.g. `"29.50%"` or `"29.50"`) into its
/// raw numeric value (`29.5`). Callers convert to a fraction themselves when
/// their canonical field expects one.
pub