pub const MAX_NUMBER_DIGITS: usize = 28;
Maximum significant digits in a number string. rust_decimal supports at most 28; more can panic or overflow in parse or arithmetic.